[Matplotlib-users] plot with drop shadow
Is there a way to plot lines with drop shadows? Thanks, Nate - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] Plot show() errors, Mac OS 10.6
operating system
$ uname -a
Darwin nate-gallaghers-macbook-pro.local 10.6.0 Darwin Kernel Version 10.6.0:
Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386
matplotlib version:
matplotlib-1.0.1-python.org-32bit-py2.7-macosx10.3.dmg
obtained from:
http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/
no customizations to matplotlibrc
$ python simple_plot.py --verbose-helpful
$HOME=/Users/ibook
CONFIGDIR=/Users/ibook/.matplotlib
matplotlib data path
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/mpl-data
loaded rc file
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc
matplotlib version 1.0.1
verbose.level helpful
interactive is False
units is False
platform is darwin
Using fontManager instance from /Users/ibook/.matplotlib/fontList.cache
backend TkAgg version 8.5
findfont: Matching
:family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=medium
to Bitstream Vera Sans
(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/ttf/Vera.ttf)
with score of 0.00
Exception in Tkinter callback
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py",
line 1410, in __call__
return self.func(*args)
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/backend_tkagg.py",
line 245, in resize
self.show()
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/backend_tkagg.py",
line 249, in draw
tkagg.blit(self._tkphoto, self.renderer._renderer, colormode=2)
File
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/tkagg.py",
line 19, in blit
tk.call("PyAggImagePhoto", photoimage, id(aggimage), colormode,
id(bbox_array))
TclError
--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and publish
your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] Window appears, no graph drawn Fw: Plot show() errors, Mac OS 10.6
Please help. -Nate - Forwarded Message > From: Nate Gallagher > To: [email protected] > Sent: Mon, March 28, 2011 2:41:39 PM > Subject: [Matplotlib-users] Plot show() errors, Mac OS 10.6 > > operating system > $ uname -a > Darwin nate-gallaghers-macbook-pro.local 10.6.0 Darwin Kernel Version > 10.6.0: > Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386 > > matplotlib version: > matplotlib-1.0.1-python.org-32bit-py2.7-macosx10.3.dmg > > obtained from: > http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/ > > no o customizations to matplotlibrc > > $ python simple_plot.py --verbose-helpful > > $HOME=/Users/ibook > CONFIGDIR=/Users/ibook/.matplotlib > matplotlib data path >/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/mpl-data >a > > loaded rc file >/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc >c > > matplotlib version 1.0.1 > verbose.level helpful > interactive is False > units is False > platform is darwin > Using fontManager instance from /Users/ibook/.matplotlib/fontList.cache > backend TkAgg version 8.5 > findfont: Matching >:family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=medium >m > to Bitstream Vera Sans >(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/ttf/Vera.ttf) >) > with score of 0.00 > Exception in Tkinter callback > Traceback (most recent call last): > File >"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", >, > line 1410, in __call__ > return self.func(*args) > File >"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/backend_tkagg.py", >, > line 245, in resize > self.show() > File >"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/backend_tkagg.py", >, > line 249, in draw > tkagg.blit(self._tkphoto, self.renderer._renderer, colormode=2) > File >"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/tkagg.py", >, > line 19, in blit > tk.call("PyAggImagePhoto", photoimage, id(aggimage), colormode, > id(bbox_array)) > TclError > > -- > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and publish > your website. http://p.sf.net/sfu/ms-webmatrix-sf > ___ > Matplotlib-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] import matplotlib.pyplot errors
In [1]: import matplotlib.pyplot as plt --- ImportError Traceback (most recent call last) /Users/ibook/Downloads/ in () /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/pyplot.py in () 21 from matplotlib.cbook import dedent, silent_list, is_string_like, is_numlike 22 from matplotlib import docstring ---> 23 from matplotlib.figure import Figure, figaspect 24 from matplotlib.backend_bases import FigureCanvasBase 25 from matplotlib.image import imread as _imread /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/figure.py in () 14 import numpy as np 15 ---> 16 import artist 17 from artist import Artist, allow_rasterization 18 from axes import Axes, SubplotBase, subplot_class_factory /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/artist.py in () 4 import matplotlib.cbook as cbook 5 from matplotlib import docstring, rcParams > 6 from transforms import Bbox, IdentityTransform, TransformedBbox, TransformedPath 7 from path import Path 8 /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/transforms.py in () 32 import numpy as np 33 from numpy import ma ---> 34 from matplotlib._path import affine_transform 35 from numpy.linalg import inv 36 ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_path.so, 2): no suitable image found. Did find: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_path.so: no matching architecture in universal wrapper -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
[Matplotlib-users] List Archive
Is there a list archive I can search to see if a question has been asked before? Thanks, Nate -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd ___ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
