Hi all,
as far as I can tell, matplotlib.py2exe_datafiles is broken with the
latest release. Is it getting fixed?
Also, there is a LOT of stuff in there -- is there a way to strip out
the stuff you may not need for a particular application? I'm using MPl
embedded in a wxPython app, and I don't
Gregor Thalhammer wrote:
> for repainting a matplotlib figure, every time a repaint is done also
> the bitmap is rerendered:
>
> backend_wx.py/_onPaint():
> ...
> # Render to the bitmap
> self.draw(repaint=False)
> ...
You're quite right -- the paint handler should only blit to the
PaintDC, wh
Hi,
I am new to this list, so forgive me if this has been asked before. I am
trying to do a radial plot and the following code does not seem to work:
# --< START CODE >---
import pylab
import matplotlib
fig = pylab.figure(figsize=(8,8))
ax = fig.add_axes([0.1, 0.1, 0.8, 0.8], polar=True)
KURT PETERS wrote:
> Thanks,
> I'll give that a try. I had seen the other example, but had a very
> difficult time figuring out what this line does:
> x, y = zip(*m.cities)
Kurt:
See the docs for the zip built-in python function at
http://docs.python.org/lib/built-in-funcs.html.
x,y = zip(* i
KURT PETERS wrote:
> OK Jeff, Thanks for your help on the previous question - I had been playing
> with different projections and resolutions, so that's why the comments
> didn't match the actual settings in the procedure calls. Now for a "real"
> problem:
>
> I'm trying to plot the cities from