Changeset 01cda57 in sasview for src/sas/qtgui/Plotting


Ignore:
Timestamp:
Sep 27, 2017 8:07:02 AM (7 years ago)
Author:
celinedurniak <celine.durniak@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
fc4fec8
Parents:
adc49fc
Message:

Added new GUI for Q resolution estimator

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.