From: Neal B. <ndb...@gm...> - 2013-10-23 12:05:12
|
This was using pdfpages (if that matters) Traceback (most recent call last): File "./plot_stuff2.py", line 326, in <module> the_plot.finish (args, opt, time, res) File "./plot_stuff2.py", line 145, in finish self.pdf.savefig (self.fig) File "/home/nbecker/.local/lib/python2.7/site- packages/matplotlib/backends/backend_pdf.py", line 2297, in savefig figure.savefig(self, format='pdf', **kwargs) File "/home/nbecker/.local/lib/python2.7/site-packages/matplotlib/figure.py", line 1421, in savefig self.canvas.print_figure(*args, **kwargs) File "/home/nbecker/.local/lib/python2.7/site- packages/matplotlib/backend_bases.py", line 2220, in print_figure **kwargs) File "/home/nbecker/.local/lib/python2.7/site- packages/matplotlib/backends/backend_pdf.py", line 2340, in print_pdf self.figure.draw(renderer) File "/home/nbecker/.local/lib/python2.7/site-packages/matplotlib/artist.py", line 54, in draw_wrapper draw(artist, renderer, *args, **kwargs) File "/home/nbecker/.local/lib/python2.7/site-packages/matplotlib/figure.py", line 1034, in draw func(*args) File "/home/nbecker/.local/lib/python2.7/site-packages/matplotlib/artist.py", line 54, in draw_wrapper draw(artist, renderer, *args, **kwargs) File "/home/nbecker/.local/lib/python2.7/site-packages/matplotlib/text.py", line 589, in draw self._fontproperties, angle) File "/home/nbecker/.local/lib/python2.7/site- packages/matplotlib/patheffects.py", line 102, in draw_text self._draw_text_as_path(renderer, gc, x, y, s, prop, angle, ismath) File "/home/nbecker/.local/lib/python2.7/site- packages/matplotlib/patheffects.py", line 112, in _draw_text_as_path ismath) File "/home/nbecker/.local/lib/python2.7/site- packages/matplotlib/backend_bases.py", line 526, in _get_text_path_transform path = Path(verts, codes) File "/home/nbecker/.local/lib/python2.7/site-packages/matplotlib/path.py", line 147, in __init__ assert vertices.ndim == 2 AssertionError |