Skip to content

Commit

Permalink
added zorder
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=758
  • Loading branch information
jdh2358 committed Dec 10, 2004
1 parent 4b17497 commit c3b1103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/matplotlib/__init__.py
Expand Up @@ -814,6 +814,8 @@ def tk_window_focus():
verbose.report('matplotlib version %s'%__version__)
verbose.report('verbose.level %s'%verbose.level)
verbose.report('interactive is %s'%rcParams['interactive'])
verbose.report('platform is %s'%sys.platform)
verbose.report('loaded modules: %s'%sys.modules.keys(), 'debug')

# True if we are running under Py2EXE (or similar)
FROZEN = hasattr(sys, 'frozen')
Expand Down

0 comments on commit c3b1103

Please sign in to comment.