Opened 9 years ago
Closed 9 years ago
#30 closed enhancement (fixed)
Add label for all plots in chopper page.
Reported by: | zhangjr | Owned by: | yanll |
---|---|---|---|
Priority: | minor | Milestone: | pre-alpha |
Component: | viewer | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description
Subtickets
Child Tickets
Change History (2)
comment:1 Changed 9 years ago by zhangjr
comment:2 Changed 9 years ago by zhangjr
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
1) add label
self.monitor1Canvas = CSNSCanvas(self, 4,4,150,xlabel='Wavelength (AA)',ylabel='Intensity')
2) set ticks
self.timeframeCanvas.ax.set_xticks(np.arange(0, pulseList[-1]+40, 40))
3) fix bug in combobox