[Matplotlib-users] windows installer missing from sourceforge; where to get previous versions?

2009-06-10 Thread reckoner

hi,

The Windows installer binaries have been missing from sourceforge for  
awhile now. I understand there are problems with the latest version for  
windows.


Where can I get the previous versions that have working Windows installer  
binaries?


Thanks in advance.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread Reckoner
unless I'm misunderstanding something, the website says that

matplotlib-0.99.0.win32-py2.5

should contain the axes3d material. It doesn't. Instead, it axes3d.py
contains the following:

raise NotImplementedError('axes3d is not supported in matplotlib-0.98.
 You may want to try the 0.91.x maintenance branch')

note that I am on a Windows machine and I'm not sure I can build
everything from the trunk.

thanks in advance.

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-17 Thread Reckoner
thanks. does this mean that

http://www.scipy.org/Cookbook/Matplotlib/mplot3D

is out of date?

thanks



On Thu, Sep 17, 2009 at 6:22 PM, John Hunter  wrote:
> On Thu, Sep 17, 2009 at 6:46 PM, Reckoner  wrote:
>> unless I'm misunderstanding something, the website says that
>>
>> matplotlib-0.99.0.win32-py2.5
>>
>> should contain the axes3d material. It doesn't. Instead, it axes3d.py
>> contains the following:
>>
>> raise NotImplementedError('axes3d is not supported in matplotlib-0.98.
>>  You may want to try the 0.91.x maintenance branch')
>>
>> note that I am on a Windows machine and I'm not sure I can build
>> everything from the trunk.
>
> It looks like you are having tow problems -- first, you apparently
> installed a new matplotlib over an old matplotlib and so there are
> some old files laying around. Blow away site-packages/matplotlib and
> reinstall.  See
>
>  http://matplotlib.sourceforge.net/faq/installing_faq.html#cleanly-rebuild-and-reinstall-everything
>
> Secondly, you need to be importing mplot3d from mpl_toolkits, it's new
> location.  You appear to be importing it from matplotlib.axes3d, it's
> old location which is now deprecated.  Eg see
>
> http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/tutorial.html
>
> Hope this helps,
> JDH
>

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] axes3d material in matplotlib-0.99.0.win32-py2.5 missing?

2009-09-18 Thread Reckoner
if you're asking me, I don't have write access to this website.

Thanks again.

On Fri, Sep 18, 2009 at 4:45 AM, John Hunter  wrote:
> On Thu, Sep 17, 2009 at 8:34 PM, Reckoner  wrote:
>> thanks. does this mean that
>>
>> http://www.scipy.org/Cookbook/Matplotlib/mplot3D
>>
>> is out of date?
>
> Yes, it needs to be updated -- best would just be to remove the
> contents there and point to the mplot3d on the mpl website.  Can you
> do this for us?
>
> JDH
>

--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] matplotlib to draw streamlines?

2010-03-23 Thread Reckoner
Is it possible to draw a streamlines plot as shown in the following:

http://www.pyngl.ucar.edu/Examples/Images/ngl04p.0.png

using matplotlib or basemap?

Thanks in advance!

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Basemap: What is the angular domain for coordinates?

2010-05-13 Thread Reckoner
How do I know if the angular domain for a map is

Longitude \in {0,360}

or

Longitude \in {-180,180}?

Or, for that matter,

Latitude \in {-90,90}

as opposed to:

Latitude \in {0,180}

Thanks!
--

___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Basemap: What is the angular domain for coordinates?

2010-05-14 Thread reckoner
Thanks for your reply.

   >>> m = Basemap(resolution='c',projection='robin', lon_0=-120.)

doesn't have lonmin, lonmax variables. However, when I do

   >>> m(*m(190,0),inverse=1)
(-169.97, 0.0)

Which implies that the angular domain for longitude is [-180.,180], right?

Thanks!



On 5/13/2010 4:20 PM, Jeff Whitaker wrote:
> On 5/13/10 3:22 PM, Reckoner wrote:
>> How do I know if the angular domain for a map is
>>
>> Longitude \in {0,360}
>>
>> or
>>
>> Longitude \in {-180,180}?
>>
>> Or, for that matter,
>>
>> Latitude \in {-90,90}
>>
>> as opposed to:
>>
>> Latitude \in {0,180}
>>
>> Thanks!
>>
>>
>
> You can query the Basemap instance variables lonmin, lonmax, latmin,
> latmax.
>
> -Jeff
>
>

--

___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] pcolor shading=interp change interpolation method?

2010-05-17 Thread Reckoner
Hi,

Using the following

>>> pcolor(x,y,z,shading='interp')

is it possible to change the interpolation method used? I noticed that there
are set_interpolation methods for images created using

In [83]: h = imshow( z)

In [84]: h.set_interpolation?
Type:   instancemethod
Base Class: 
String Form:>
Namespace:  Interactive
File:   c:\python26\lib\site-packages\matplotlib\image.py
Definition: h.set_interpolation(self, s)
Docstring:
Set the interpolation method the image uses when resizing.

ACCEPTS: ['nearest' | 'bilinear' | 'bicubic' | 'spline16' |
  'spline36' | 'hanning' | 'hamming' | 'hermite' | 'kaiser' |
  'quadric' | 'catrom' | 'gaussian' | 'bessel' | 'mitchell' |
  'sinc' | 'lanczos' | ]

are these available for pcolor?

Thanks!
--

___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] how to build tag (or word) cloud?

2012-01-11 Thread Reckoner
I've looked through the gallery, but I haven't found an example of a tag cloud.

Can one be built using matplotlib? For clarity, something like this is
what I'm referring to:

http://upload.wikimedia.org/wikipedia/en/thumb/a/a5/TagCloudCloud.png/800px-TagCloudCloud.png

Thanks!

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] beginner examples using matplotlib.transforms?

2012-01-23 Thread reckoner
Hi,

I am trying to create a sequence of rotated rectangles of various 
sizes/orientations.  I have been looking at the following page:

http://matplotlib.sourceforge.net/devel/transformations.html

But I can't find any examples of how to use these transformations and 
then show the resulting figures. I am trying to create a sequence of 
frames for a rectangle tumbling forward. This means I would need to 
daisychain the transformations noted above.

Any help getting started would be greatly appreciated!

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] legend for bar charts?

2008-02-07 Thread Reckoner
is it possible to use matplotlib's legend() for a bar chart? I am  plotting
a number of bars with different colors on the same axes and I would like to
label each color.

legend () seems to want to label every single bar on my bar chart.

Thanks in advance.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Creating frames for use with ArtistAnimation?

2012-02-11 Thread reckoner
Hi,

I am creating a big and complicated plot by doing things like:

ax.add_patch( ... )

and when I'm done I want to save the resulting frame. However, I've 
looked  through
the examples and it seems like you have to use plot() or pcolor() to 
create frames that you
can feed into ArtistAnimation.

So,then, how can I use capture the resulting axes into a frame?

Thanks!


--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Polygon contains_point() different from matplotlib.nxutils.points_inside_poly?

2012-02-13 Thread reckoner
I'm trying to test whether or not the origin is contained inside the 
following triangle
inscribed inside a circle:

>>> th = array([ 2.3913423,  5.3133123,  1.8516171])
>>> p=patch.Polygon(array([cos(th),sin(th)]).T)

>>> p.contains_point((0,0))

returns 0

but,

>>> matplotlib.nxutils.points_inside_poly([[0,0]],p.get_path().vertices)

returns True

What am I missing here?

Thanks!




--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Polygon contains_point() different from matplotlib.nxutils.points_inside_poly?

2012-02-13 Thread reckoner
Here's a better example:

>>> th= array([ 4.65542641,  5.32920696,  2.20928291])
>>> p=patch.Polygon(array([cos(th),sin(th)]).T)
>>> print p.contains_point((0,0))
1
>>> print matplotlib.nxutils.pnpoly(0,0,p.get_path().vertices)
0

Thanks!




On 2/13/2012 8:47 AM, reckoner wrote:
> I'm trying to test whether or not the origin is contained inside the
> following triangle
> inscribed inside a circle:
>
>>>> th = array([ 2.3913423,  5.3133123,  1.8516171])
>>>> p=patch.Polygon(array([cos(th),sin(th)]).T)
>
>>>> p.contains_point((0,0))
>
> returns 0
>
> but,
>
>>>> matplotlib.nxutils.points_inside_poly([[0,0]],p.get_path().vertices)
>
> returns True
>
> What am I missing here?
>
> Thanks!
>
>
>

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Plot on top of tiled of calendar months

2012-08-18 Thread reckoner
Hi,

I would like to plot on a monthly calendar for many months going back 
several years. This corresponds to the "month" view on a calendar (like 
in google calendar) as shown here:

   http://www.timeanddate.com/calendar/monthly.html

Thus, I would like to have a tiled graph where every tile on the graph 
corresponds to a particular day in a given month that would be 
color-coded based on other data. The graph would include many months on 
the same chart. So, the entire graph would be tiled by months and then 
sub-tiled by days per month where each day is appropriately colored coded.

Is this possible using matplotlib?

Thanks!



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Updating quiver arrows in animation

2012-09-22 Thread reckoner
Hi,

I have a plot that includes arrows drawn by the quiver command. I would 
like to create animation using Func Animation, but I don't know how to 
update the quiver arrows. I can update everything else on the plot and 
animates fine.

Does anybody know how to update the quiver arrows in an animation? I 
know the quiver arrows have a XY property, but changing that doesn't 
update the plot.

Thanks!


--
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users