Ignore:
Timestamp:
Jan 4, 2012 12:35:21 PM (12 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
8542bf3
Parents:
e38e335
Message:

1)fixed y-axis unit when it includes x and x-axis has power
2)now enable to drag the legend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plottools/src/danse/common/plottools/binder.py

    r82a54b8 r0e553fd  
    6868 
    6969        # Turn off picker if it hasn't already been done 
    70         try: 
    71             canvas.mpl_disconnect(canvas.button_pick_id) 
    72             canvas.mpl_disconnect(canvas.scroll_pick_id) 
    73         except:  
    74             pass 
     70        #try: 
     71        #    canvas.mpl_disconnect(canvas.button_pick_id) 
     72        #    canvas.mpl_disconnect(canvas.scroll_pick_id) 
     73        #except:  
     74        #    pass 
    7575        self._current = None 
    7676        self._actions = {} 
Note: See TracChangeset for help on using the changeset viewer.