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
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
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
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
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
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
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
> 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
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
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
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
11 matches
Mail list logo