Show
Ignore:
Timestamp:
11/11/09 17:02:19 (3 years ago)
Author:
apdavison
Message:

Some tweaks to the init_logging() function and other logging-related stuff. Perhaps this should be moved out of NeuroTools/__init__.py into its own module?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/visualization/__init__.py

    r436 r442  
    3838                return panel 
    3939        return None 
    40          
     40     
     41    def add_text(self, bottomleft_corner, text, **kwargs): 
     42        x, y = bottomleft_corner 
     43        self.fig.text(x, y, text, **kwargs) 
     44     
    4145    def write_frames(self, nframes): 
    4246        if nframes >= 1e6: