Changes in src/sas/qtgui/Plotting/Plotter2D.py [dc5ef15:01cda57] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/Plotter2D.py
rdc5ef15 r01cda57 429 429 430 430 im = self.ax.imshow(output, interpolation='nearest', 431 origin='lower',431 # origin='lower', 432 432 vmin=zmin_temp, vmax=zmax_temp, 433 433 cmap=self.cmap, … … 494 494 """ 495 495 Replace data in current chart. 496 This effect lvely refreshes the chart with changes to one of its plots496 This effectively refreshes the chart with changes to one of its plots 497 497 """ 498 498 self.plot(data=new_plot)
Note: See TracChangeset
for help on using the changeset viewer.