On Wednesday July 7 2010 05:53:59 jezhill wrote:
> Hi all,
>
> I've been experimenting with the NonUniformImage class. (Actually I want
> *uniform* pixel spacing, but I want the image x and y coordinates to have
> the correct *scaling* in the style of Matlab's image(x,y,C). The
> AxesImage clas
On 7/6/10 2:11 PM, John Hunter wrote:
> matplotlib 1.0.0 is available for download at
>
>
> https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0/
>
> You can read this announcement with links and rendered figures at
>
>http://matplotlib.sourceforge.net/users/whats_ne
On 7/6/2010 9:40 PM, David Grudoski wrote:
> Can I install Matplotlib 1.0 for Python 2.7?
> And will it work?
> Thanks
>
Matplotlib 1.0 works well with Python 2.7. However, no official version
of NumPy has been released for Python 2.7 yet. NumPy 1.4.1 is not quite
compatible with Python 2.7 an
The axes_grid toolkit in the matplotlib 1.0 have some major changes.
1. Refactoring
2. introduced a concept of "axis_direction"
3. FloatingAxes
1. Refactoring
---
The axes_grid toolkit is now separated into two different modules,
*axes_grid1* and *axisartist*. The original ax
Can I install Matplotlib 1.0 for Python 2.7?
And will it work?
Thanks
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-c
Hi all,
I've been experimenting with the NonUniformImage class. (Actually I want
*uniform* pixel spacing, but I want the image x and y coordinates to have
the correct *scaling* in the style of Matlab's image(x,y,C). The AxesImage
class, created via pylab.imshow, didn't seem to offer that, so I
On Tue, Jul 6, 2010 at 4:11 PM, John Hunter wrote:
> A big thanks to all the developers who made this release possible.
> Some of the contributions are highlighted below, but a particular
> thanks to Eric Firing for new features and a heroic effort closing and
> fixing bugs, Jae-Joon Lee for cont
2010/7/6 Václav Šmilauer :
> Hello,
>
> I have a simple live-update thread (basically calls set_xdata and
> set_ydata on all lines with the new data, then calls canvas.draw() on
> all figures).
>
> 1. I would like to zoom the figure to contain the whole data range after
> each update, but ONLY in c
Well, as far as I can tell, all zooms are manual unless done explicitly
through the code (maybe you meant a situation where a window resize triggers
a change in the data limits?) Anyway, you might want to look at some of the
set_aspect() options. Also, in the latest version (1.0), we have made so
matplotlib 1.0.0 is available for download at
https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0/
You can read this announcement with links and rendered figures at
http://matplotlib.sourceforge.net/users/whats_new.html
This page just covers the highlights -- for th
On 7/6/10 9:25 AM, Aman Thakral wrote:
Hi Jeff,
Thanks for your help.
The shapefile works great, but I cannot see the labels. The "DESCRIP"
attribute in the shapefile has the labels, but I'm not sure how to
apply them to the map.
Thanks,
Aman
Aman: The shapefile support in Basemap is q
Hi Jeff,
Thanks for your help.
The shapefile works great, but I cannot see the labels. The "DESCRIP"
attribute in the shapefile has the labels, but I'm not sure how to apply
them to the map.
Thanks,
Aman
On Tue, Jul 6, 2010 at 9:27 AM, Jeff Whitaker wrote:
> On 7/6/10 7:07 AM, Aman Thakral w
On 7/6/10 7:07 AM, Aman Thakral wrote:
> Hi,
>
> I have a cylindrical projection that I would like to add some streets
> on. I only need major highways in southern Ontario, Canada. Is this
> functionality included in the Basemap package, or would I have to find
> a customized package/shape fil
Hi,
I have a cylindrical projection that I would like to add some streets on. I
only need major highways in southern Ontario, Canada. Is this functionality
included in the Basemap package, or would I have to find a customized
package/shape file (Openstreet?) ?
Thanks,
Aman
-
Hello,
I have a simple live-update thread (basically calls set_xdata and
set_ydata on all lines with the new data, then calls canvas.draw() on
all figures).
1. I would like to zoom the figure to contain the whole data range after
each update, but ONLY in case the figure zoom was not changed manua
Benjamin
Thanks for your advice. I Modified the example in the way that you say
and now is working well. Basically I load the image before
copy_from_bbox and also I take out the self.ax.clear() in the
timerEvent. I'm including the program example with the animation of a
dot following a circle path
16 matches
Mail list logo