Re: [Matplotlib-users] ImportError: No module named 'mpl_toolkits'

2014-07-13 Thread Eric Firing
On 2014/07/13, 12:05 AM, Tommy Carstensen wrote: > To matplotlib-users, > > When I do this on Linux: > from mpl_toolkits.basemap import Basemap > > Then I get this error: > ImportError: No module named 'mpl_toolkits' Sounds like it might be a problem with the particular versions of matplotlib and

[Matplotlib-users] ValueError: The Cairo backend can not draw paths longer than 18980 points.

2014-07-13 Thread Tommy Carstensen
To matplotlib-users, When I do: cd basemap-1.0.7/examples python3 simpletest.py Then I get this error message: Traceback (most recent call last): File "/usr/local/lib/python3.4/dist-packages/matplotlib-1.3.1-py3.4-linux-i686.egg/matplotlib/backends/backend_gtk3cairo.py", line 32, in on_draw_ev

[Matplotlib-users] Not able to use matplotlib with Times New Roman

2014-07-13 Thread Francisco J Hernández
Dear all, I am having big problems to produce an eps figure with Type 1 fonts (Times New Roman) using matplotlib. I try to follow what it is proposed here: http://stackoverflow.com/questions/13132194/type-1-fonts-with-log-graphs but I get errors: /usr/local/lib/python3.4/dist-packages/matplotli

[Matplotlib-users] ImportError: No module named 'mpl_toolkits'

2014-07-13 Thread Tommy Carstensen
To matplotlib-users, When I do this on Linux: from mpl_toolkits.basemap import Basemap Then I get this error: ImportError: No module named 'mpl_toolkits' I also ran apt-get, but I still get the error: sudo apt-get install python-mpltoolkits.basemap What am I doing wrong? I also tried to get it