Changeset 657
- Timestamp:
- Apr 1, 2010 6:42:38 PM (12 years ago)
- Location:
- sans/utils/bt5/bt5plot2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/utils/bt5/bt5plot2/BT5DataSet.py
r654 r657 206 206 self.plot = axes.errorbar(xdata,ydata,None,None,'bo', picker=5) 207 207 208 print xdata209 print ydata210 print yerror211 208 212 209 elif plottype == 'trans': -
sans/utils/bt5/bt5plot2/bt5plot2
r655 r657 228 228 self.axis.set_xscale('linear') 229 229 else: 230 self.axis.set_xscale('log' ) #,nonposx='mask', nonposy='mask')230 self.axis.set_xscale('log',nonposx='mask', nonposy='mask') 231 231 232 232 … … 241 241 self.axis.set_yscale('linear') 242 242 else: 243 self.axis.set_yscale('log' ) #,nonposx='mask', nonposy='mask')243 self.axis.set_yscale('log',nonposx='mask', nonposy='mask') 244 244 245 245 self.rescale_and_redraw() … … 366 366 elif event.mouseevent.button == 3: 367 367 """ Do fit stuff """ 368 print "Right button pressed"368 #print "Right button pressed" 369 369 370 370
Note: See TracChangeset
for help on using the changeset viewer.