Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@takluyver
Created April 11, 2011 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takluyver/914402 to your computer and use it in GitHub Desktop.
Save takluyver/914402 to your computer and use it in GitHub Desktop.
IPython pylabtools test error
======================================================================
ERROR: test (IPython.lib.tests.test_pylabtools.test_figure_to_svg)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/thomas/Code/virtualenvs/ipy-trunk/lib/python2.6/site-packages/IPython/testing/_paramtestpy2.py", line 53, in run_parametric
testgen.next()
File "/home/thomas/Code/virtualenvs/ipy-trunk/lib/python2.6/site-packages/IPython/lib/tests/test_pylabtools.py", line 49, in test_figure_to_svg
fig, ax = plt.subplots()
AttributeError: 'module' object has no attribute 'subplots'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment