##// END OF EJS Templates
Merge pull request #5246 from ivanov/less-pylab...
Brian E. Granger -
r15554:19d1ad5f merge
parent child Browse files
Show More
@@ -138,7 +138,7 b' class PylabMagics(Magics):'
138 print ("Populating the interactive namespace from numpy and matplotlib")
138 print ("Populating the interactive namespace from numpy and matplotlib")
139 if clobbered:
139 if clobbered:
140 warn("pylab import has clobbered these variables: %s" % clobbered +
140 warn("pylab import has clobbered these variables: %s" % clobbered +
141 "\n`%pylab --no-import-all` prevents importing * from pylab and numpy"
141 "\n`%matplotlib` prevents importing * from pylab and numpy"
142 )
142 )
143
143
144 def _show_matplotlib_backend(self, gui, backend):
144 def _show_matplotlib_backend(self, gui, backend):
General Comments 0
You need to be logged in to leave comments. Login now