Changeset 2641 for ipython/branches/saw/sandbox/tconfig
- Timestamp:
- 08/20/07 01:39:49 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ipython/branches/saw/sandbox/tconfig/simpledemo.py
r2636 r2641 2 2 3 3 from simpleconf import SimpleConfig 4 4 5 5 6 # Make and print to screen the default config … … 43 44 44 45 46 # <demo> stop 47 48 # Finally, the actual entire Matplotlib configuration: 49 50 from mplconfig import MPLConfig 51 mpc = MPLConfig() 52 mpc.edit_traits()
