Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/Plotter2D.py

    rdc5ef15 r01cda57  
    429429 
    430430            im = self.ax.imshow(output, interpolation='nearest', 
    431                                 origin='lower', 
     431                                # origin='lower', 
    432432                                vmin=zmin_temp, vmax=zmax_temp, 
    433433                                cmap=self.cmap, 
     
    494494        """ 
    495495        Replace data in current chart. 
    496         This effectlvely refreshes the chart with changes to one of its plots 
     496        This effectively refreshes the chart with changes to one of its plots 
    497497        """ 
    498498        self.plot(data=new_plot) 
Note: See TracChangeset for help on using the changeset viewer.