Loading pysqm/plot.py +2 −2 Original line number Diff line number Diff line Loading @@ -452,7 +452,7 @@ class Plot(object): 'Sky Brightness ('+config._device_shorttype+'_'+\ config._observatory_name+')\n',fontsize='x-large') self.thegraph_sunalt.set_xlabel('Solar altitude (deg)',fontsize='large') self.thegraph_sunalt.set_ylabel('Sky Brightness (mag/$\mathregular{arcsec^2}$)',fontsize='medium') self.thegraph_sunalt.set_ylabel(r'Sky Brightness (mag/$\mathregular{arcsec^2}$)',fontsize='medium') # Auxiliary plot (Temperature) ''' Loading Loading @@ -495,7 +495,7 @@ class Plot(object): #self.thegraph_time.set_title('Sky Brightness (SQM-'+config._observatory_name+')',\ # fontsize='x-large') self.thegraph_time.set_xlabel('Time (UTC'+UTC_offset_label+')',fontsize='large') self.thegraph_time.set_ylabel('Sky Brightness (mag/$\mathregular{arcsec^2}$)',fontsize='medium') self.thegraph_time.set_ylabel(r'Sky Brightness (mag/$\mathregular{arcsec^2}$)',fontsize='medium') # Auxiliary plot (Temperature) ''' Loading Loading
pysqm/plot.py +2 −2 Original line number Diff line number Diff line Loading @@ -452,7 +452,7 @@ class Plot(object): 'Sky Brightness ('+config._device_shorttype+'_'+\ config._observatory_name+')\n',fontsize='x-large') self.thegraph_sunalt.set_xlabel('Solar altitude (deg)',fontsize='large') self.thegraph_sunalt.set_ylabel('Sky Brightness (mag/$\mathregular{arcsec^2}$)',fontsize='medium') self.thegraph_sunalt.set_ylabel(r'Sky Brightness (mag/$\mathregular{arcsec^2}$)',fontsize='medium') # Auxiliary plot (Temperature) ''' Loading Loading @@ -495,7 +495,7 @@ class Plot(object): #self.thegraph_time.set_title('Sky Brightness (SQM-'+config._observatory_name+')',\ # fontsize='x-large') self.thegraph_time.set_xlabel('Time (UTC'+UTC_offset_label+')',fontsize='large') self.thegraph_time.set_ylabel('Sky Brightness (mag/$\mathregular{arcsec^2}$)',fontsize='medium') self.thegraph_time.set_ylabel(r'Sky Brightness (mag/$\mathregular{arcsec^2}$)',fontsize='medium') # Auxiliary plot (Temperature) ''' Loading