Re: [Matplotlib-users] query abuot plotting polygons using a basemap projection

2009-11-03 Thread Jeff Whitaker
Gary Ruben wrote: I'm plotting a coverage map of a sphere using the Mollweide plot in basemap. The attachment is an example that is produced by sending an array of polygons (one polygon per row described as four corners, one per column) described using polar (theta) and azimuthal (phi) angles

Re: [Matplotlib-users] Location matplotlibrc file on my Mac

2009-11-03 Thread Tony S Yu
On Nov 3, 2009, at 3:08 PM, phob...@geosyntec.com phob...@geosyntec.com wrote: -Original Message- From: Tony S Yu [mailto:ton...@mit.edu] Hi Paul, I think your matplotlibrc file should be put in: /Users/paul/.matplotlib -Tony Thanks Tony, I'll give that a shot. Shouldn't

Re: [Matplotlib-users] query abuot plotting polygons using a basemap projection

2009-11-03 Thread Gary Ruben
Thank you Jeff. I'll try out this solution. Gary. Jeff Whitaker wrote: snip Gary: You might be able to use the _geoslib module to compute the intersections of those polygons with the map boundary. I do a similar thing with the coastline polygons in the _readboundarydata function.

[Matplotlib-users] Location matplotlibrc file on my Mac

2009-11-03 Thread PHobson
Hey everyone, The existence of the matplotlibrc file is one reason I like MPL so much. I won't go into the convoluted work flow I had for getting my MATLAB figures completely processed in TeX, but it was nasty. On my Windows machine, I've used it with great success. But I can't get my Mac

Re: [Matplotlib-users] Location matplotlibrc file on my Mac

2009-11-03 Thread Tony S Yu
On Nov 3, 2009, at 1:11 PM, phob...@geosyntec.com wrote: Hey everyone, The existence of the matplotlibrc file is one reason I like MPL so much. I won't go into the convoluted work flow I had for getting my MATLAB figures completely processed in TeX, but it was nasty. On my Windows

Re: [Matplotlib-users] Location matplotlibrc file on my Mac

2009-11-03 Thread PHobson
On Nov 3, 2009, at 3:08 PM, phob...@geosyntec.com phob...@geosyntec.com wrote: -Original Message- From: Tony S Yu [mailto:ton...@mit.edu] Hi Paul, I think your matplotlibrc file should be put in: /Users/paul/.matplotlib -Tony Thanks Tony, I'll give that a shot.

Re: [Matplotlib-users] basemap: Mask the ocean [SEC=UNCLASSIFIED]

2009-11-03 Thread Ross.Wilson
-Original Message- From: Jeff Whitaker [mailto:jsw...@fastmail.fm] Sent: Tuesday, 3 November 2009 02:53 To: Stephane Raynaud Cc: Wilson Ross; matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] basemap: Mask the ocean [SEC=UNCLASSIFIED] Stephane Raynaud wrote: Ross,

[Matplotlib-users] ankita dutta wants to chat

2009-11-03 Thread ankita dutta
--- ankita dutta wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-b1ad2ac3cb-e5ed7b915c-9f37a145d10f2c61 You'll need to

[Matplotlib-users] Legend fails to make sample symbols for legends outside of the plot area

2009-11-03 Thread Greg Novak
Hello, I am making a plot with a _lot_ of lines. There's no place within the plot itself that the legend will fit without blocking anything. I tried to put the legend outside the plot area by passing a tuple to loc. This worked, but lines that are marked with symbols don't get any sample line

[Matplotlib-users] display data in histogram

2009-11-03 Thread ankita dutta
hi all, I am working on some graph stuffs and stuck at a point. I am trying to plot a histogram using simple : *import matplotlib.pyplot as plt . . plt.hist(x,bins=10,histtype='bar') plt.show * but i want to know 1) what is the value of a particular bar in histogram and also want to print in

Re: [Matplotlib-users] cone plots

2009-11-03 Thread ifriad
Hi, Thanks, I think the attached sample is good enough for me, In fact I got something similar except for the ticks I didn't know how to make them slanted, so If I can get the code for you plot this will be really great. I can then fine tune it to my needs. Thanks Ihab Jae-Joon Lee wrote: