Show
Ignore:
Timestamp:
08/20/07 01:39:49 (3 years ago)
Author:
fperez
Message:

Update demo from lightning talk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ipython/branches/saw/sandbox/tconfig/simpledemo.py

    r2636 r2641  
    22 
    33from simpleconf import SimpleConfig 
     4 
    45 
    56# Make and print to screen the default config 
     
    4344 
    4445 
     46# <demo> stop 
     47 
     48# Finally, the actual entire Matplotlib configuration: 
     49 
     50from mplconfig import MPLConfig 
     51mpc = MPLConfig() 
     52mpc.edit_traits()