##// END OF EJS Templates
Merge pull request #1615 from fperez/inline_figshow...
Merge pull request #1615 from fperez/inline_figshow Add show() method to figure objects. This is a hack, but needed to match the monkeypatching applied by matplotlib in some backends (not all). See #1612 and https://github.com/matplotlib/matplotlib/issues/835 for more details. Closes #1612.

File last commit:

r3410:21647ae3
r6551:8df05749 merge
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *