Re: [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-16 Thread Tony Yu
On Mon, Jul 16, 2012 at 6:06 PM, Tony Yu wrote: > > > On Mon, Jul 16, 2012 at 3:07 PM, John Hunter wrote: > >> >> >> On Tue, Jul 10, 2012 at 11:58 AM, Tony Yu wrote: >> >>> Announcement: mpltools 0.1 >>> == >>> >>> mpltools is a package of tools for matplotlib. For the m

Re: [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-16 Thread Tony Yu
On Mon, Jul 16, 2012 at 3:07 PM, John Hunter wrote: > > > On Tue, Jul 10, 2012 at 11:58 AM, Tony Yu wrote: > >> Announcement: mpltools 0.1 >> == >> >> mpltools is a package of tools for matplotlib. For the most part, these >> tools are only loosely-connected in functional

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-16 Thread Keith Jones
Thanks Josh this is much appreciated. I will definitely have a look at this approach. Just for clarification, my code does only create the figures when the frame is initialised. The plots are then updated/cleared as required. Regards, Keith From: Joshua Koehler

[Matplotlib-users] problems with installing basemap

2012-07-16 Thread lazlo
Hello, I am trying to install basemap from debian packages, but I am not able to have it run properly. Here are my tests: import matplotlib as mpl import mpl_toolkits.basemap as bm import numpy as np print "GEOS version: ", bm._geoslib.__geos_version__ print "basemap version: ", bm.__version__ p

Re: [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-16 Thread John Hunter
On Tue, Jul 10, 2012 at 11:58 AM, Tony Yu wrote: > Announcement: mpltools 0.1 > == > > mpltools is a package of tools for matplotlib. For the most part, these > tools are only loosely-connected in functionality, but there are two that > may prove particularly useful: > > S

Re: [Matplotlib-users] Additional line styles - comparison excel chart

2012-07-16 Thread Nicolas Rougier
Here is a quick example that might help you: http://www.loria.fr/~rougier/coding/gallery/showcase/showcase-10-large.png http://www.loria.fr/~rougier/coding/gallery/showcase/showcase-10.py Nicolas On Jul 16, 2012, at 11:27 , Daπid wrote: > On Mon, Jul 16, 2012 at 11:09 AM, Benjamin Jonen w

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-16 Thread Joshua Koehler
Yes, my apologies for being a bit vague. Hopefully the following can help you out, but I can't make promises. It did fix the issue for me. First off, from reading other threads about handling figures, it might be better to use matplotlib.pylab.figure instead of matplotlib.figure. Apparently the

Re: [Matplotlib-users] high resolution map image

2012-07-16 Thread Andreas Hilboll
> Hi all, > > I've to draw a plot in a very small area (about 1 degree of height/width) > with > a map image. > I've tried with the warpimage method and with the Nasa visible Earth > images > (http://visibleearth.nasa.gov/view_cat.php?categoryID=1484), but I've some > problems: > - with the resolut

[Matplotlib-users] high resolution map image

2012-07-16 Thread Francesco Benincasa
Hi all, I've to draw a plot in a very small area (about 1 degree of height/width) with a map image. I've tried with the warpimage method and with the Nasa visible Earth images (http://visibleearth.nasa.gov/view_cat.php?categoryID=1484), but I've some problems: - with the resolution 21600x10800 the

Re: [Matplotlib-users] emulate transparency in eps

2012-07-16 Thread Francesco Montesano
2012/6/20 Michael Droettboom : > The postscript output of the Cairo backend supports transparency > emulation, though it hasn't been tested in some time. Eric's suggestion > (to output PDF and then convert to EPS) is also a reasonable one. > > Mike > > On 06/20/2012 10:38 AM, Francesco Montesano w

Re: [Matplotlib-users] Additional line styles - comparison excel chart

2012-07-16 Thread Daπid
On Mon, Jul 16, 2012 at 11:09 AM, Benjamin Jonen wrote: > 2) The coloring and the way the lines curve around looks very nice to > me. I remember that the Excel charts did not have this nice look > before Excel 2007. Can I achieve similar effects with matplotlib? I'm > not really sure what creates