[Matplotlib-users] fmt_xdata / fmt_ydata on polar plot?

2015-06-25 Thread Alex Page
Is there any way to do this? The example here works in Cartesian coordinates: http://matplotlib.org/examples/pylab_examples/coords_report.html but if you change subplots() to subplots(subplot_kw={'polar':True}) Then the millions() function is never even called. Thanks, Alex

[Matplotlib-users] Bug in matplotlib 1.4.2

2015-02-09 Thread Alex Böhnert
://stackoverflow.com/questions/28112916/python-matplotlib-does-not-display-data-points-bug-or-something-else). Apparently, the same thing happens in Ubuntu, too. Hope this is the right place to report this. Cheers, Alex P.S.: I sent the same mail to the list a few weeks ago without registering

Re: [Matplotlib-users] One colorbar for many plot

2014-05-20 Thread Alex Goodman
I would consider using the AxesGrid toolkit [1], which makes it very easy to have a single colorbar for multiple plots. [1] - http://matplotlib.org/1.3.1/mpl_toolkits/axes_grid/users/overview.html Thanks, Alex On Tue, May 20, 2014 at 8:04 PM, Alex Goodman alex.good...@colostate.eduwrote: I

Re: [Matplotlib-users] Can't plot NCEP reanalysis data

2014-03-04 Thread Alex Goodman
?) must be a 2D array with shape (Xsize, Ysize). For data with one vertical level, it would be reasonable to expect the script to work, but if you have multiple vertical levels and don't select a specific one in your code, then you can't use contourf, simple as that. Does that help at all? Alex

Re: [Matplotlib-users] Area averaged

2014-02-23 Thread Alex Goodman
[:] sst_ave_zonal = sst.mean(axis=2) # Then take the weighted average of those using the weights we calculated earlier sst_ave = np.average(sst_ave_zonal, axis=1, weights=weights) This should give a time series of global mean SST. Is this what you wanted? Thanks, Alex On Sun, Feb 23, 2014 at 10:28 AM, Fadzil

Re: [Matplotlib-users] Area averaged

2014-02-23 Thread Alex Goodman
work if you do it this way, then follow the same procedure outlined in the previous email. Thanks, Alex On Sun, Feb 23, 2014 at 6:02 PM, Fadzil Mnor fadzilmno...@gmail.com wrote: Thanks Alex for the reply. So, that script calculates the global SST. What if when we want to calculate for only

Re: [Matplotlib-users] [os x] Can't get IPython to use latest version of matplotlib

2014-02-21 Thread Alex Goodman
then install matplotlib in the correct place. Hope that helps. Thanks, Alex On Fri, Feb 21, 2014 at 4:58 PM, Timothy Duly timdu...@gmail.com wrote: Paul, Do you know how to to get pip install on python.org's version? Thanks, Tim On Fri, Feb 21, 2014 at 5:53 PM, Paul Hobson pmhob

Re: [Matplotlib-users] could I get rid of the contour of Antarctica by using Basemap?

2013-12-30 Thread Alex Goodman
A quick apology for a typo in my previous message, the method in question is drawcoastlines(), not drawcontinents(). The code snippet should still be correct though! On Mon, Dec 30, 2013 at 7:09 PM, Alex Goodman alex.good...@colostate.eduwrote: Hi Chao, Actually it is possible to remove

Re: [Matplotlib-users] Clipping a plot inside a polygon

2013-09-02 Thread Alex Goodman
basemap replacement thanks to the more robust shapefile support (which you have very elegantly shown), and I hope the development goes well. Thanks, Alex On Mon, Sep 2, 2013 at 2:33 AM, Phil Elson pelson@gmail.com wrote: Great question. The contour set itself does not have a set_clip_path

Re: [Matplotlib-users] Clipping a plot inside a polygon

2013-09-02 Thread Alex Goodman
works for imshow and pcolor, but not contourf. Any other ideas? Alex On Mon, Sep 2, 2013 at 12:18 PM, Alex Goodman alex.good...@colostate.eduwrote: Hi Phil, Thanks, that is more or less what I was looking for. However, I still think that generalizing this approach for other types of plotting

Re: [Matplotlib-users] Clipping a plot inside a polygon

2013-09-02 Thread Alex Goodman
, including clip_path. I know a similar approach is taken for the keyword arguments in plot, since those can be used to modify the properties of each Line2D instance. Thanks, Alex On Mon, Sep 2, 2013 at 1:09 PM, Alex Goodman alex.good...@colostate.eduwrote: Actually, it seems I have partially answered

[Matplotlib-users] Clipping a plot inside a polygon

2013-09-01 Thread Alex Goodman
within the axes that I can use the set_clip_path() method for and still get what I want? Thanks, Alex -- Alex Goodman Graduate Research Assistant Department of Atmospheric Science Colorado State University attachment: clip_example.png

Re: [Matplotlib-users] subplots [xy]labels

2013-01-04 Thread Alex Goodman
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Alex Goodman University of Illinois at Urbana-Champaign Email: goodm...@illinois.edu

[Matplotlib-users] ANN: pythonpackages.com beta

2012-07-28 Thread Alex Clark
days/nights in #pythonpackages on irc.freenode.net. Hope to meet/talk with all of you soon. Alex -- Alex Clark · http://pythonpackages.com/ONE_CLICK -- Live Security Virtual Conference Exclusive live event will cover

Re: [Matplotlib-users] Plot Fill with Jacobian Coordinates

2011-12-18 Thread Alex Naysmith
On Thu, Dec 15, 2011 at 9:32 PM, Benjamin Root ben.r...@ou.edu wrote: On Thu, Dec 15, 2011 at 3:18 PM, Alex Naysmith yeoman.pyt...@gmail.comwrote: On Tue, Dec 13, 2011 at 7:12 PM, Alex Naysmith yeoman.pyt...@gmail.comwrote: On Mon, Dec 12, 2011 at 7:03 PM, Benjamin Root ben.r

Re: [Matplotlib-users] Plot Fill with Jacobian Coordinates

2011-12-15 Thread Alex Naysmith
On Tue, Dec 13, 2011 at 7:12 PM, Alex Naysmith yeoman.pyt...@gmail.comwrote: On Mon, Dec 12, 2011 at 7:03 PM, Benjamin Root ben.r...@ou.edu wrote: On Sat, Dec 10, 2011 at 10:36 AM, Alex Naysmith yeoman.pyt...@gmail.comwrote: Hello, I'm trying to plot the stresses in colour

Re: [Matplotlib-users] Plot Fill with Jacobian Coordinates

2011-12-13 Thread Alex Naysmith
On Mon, Dec 12, 2011 at 7:03 PM, Benjamin Root ben.r...@ou.edu wrote: On Sat, Dec 10, 2011 at 10:36 AM, Alex Naysmith yeoman.pyt...@gmail.comwrote: Hello, I'm trying to plot the stresses in colour of a strained isoparametric element. I have a six noded triangle with vertice coordinates

[Matplotlib-users] Plot Fill with Jacobian Coordinates

2011-12-10 Thread Alex Naysmith
way of doing it. With strain as a function of xi1 and xi2, How can matplotlib provide a continuous interior strain plot of the triangle for all the xi1 and xi2 values from 0 to 1? Regards Alex Naysmith My finite element program can be downloaded from here: http://www.pynw.org.uk/Talks?action

[Matplotlib-users] saving PdfPages figure before closing

2011-08-12 Thread Alex Flint
I'm using the approach described the FAQ to save multiple figures to a multi-page PDF: http://matplotlib.sourceforge.net/faq/howto_faq.html#save-multiple-plots-to-one-pdf-file The figures are produced at consecutive iterations of my algorithm, and since each iteration takes a long time I'd like

Re: [Matplotlib-users] adding a subplot

2011-06-28 Thread Alex Flint
I'm using 0.99.3, which is from the ubuntu maverick repos. This comes up mostly when I'm drawing plots interactively from ipython. Cheers, Alex On Tue, Jun 28, 2011 at 10:44 AM, Benjamin Root ben.r...@ou.edu wrote: On Mon, Jun 27, 2011 at 5:09 PM, Alex Flint alex.fl...@gmail.com wrote

[Matplotlib-users] adding a subplot

2011-06-27 Thread Alex Flint
like: subplot(313); plot(...); Cheers, Alex -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent

[Matplotlib-users] matplotlibrc for [ieee] publications

2011-04-15 Thread alex arsenovic
alex -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve

[Matplotlib-users] matplotlibrc for ieee publications

2011-04-15 Thread alex arsenovic
to make, because it wouldnt be very hard, and would save a lot of users time/effort. specifically it would specify the dimension/dpi/font sizes/etc. i have a preliminary one we can use as a starting point, that can be improved. thanks alex

Re: [Matplotlib-users] Re : matplotlibrc for [ieee] publications

2011-04-15 Thread alex arsenovic
i like the module-based idea. its a bit overkill for the functionality needed, but the concise call makes it very convenient. also, installation and updating would be easy through pip/easy_install. should i start a google-code project? or does someone have a preferred way to start this? alex

Re: [Matplotlib-users] Bug in `dviread.py'

2011-02-07 Thread Alex
On 07.02.2011 17:17, Jouni K. Seppänen wrote: Jouni Seppänenj...@iki.fi writes: I filed this in the bug tracker: https://sourceforge.net/tracker/?func=detailaid=3175113group_id=80706atid=560720 I installed TeX Live 2010 on my Mac in order to test this, but mysteriously, the pdftex.map

[Matplotlib-users] Bug in dviread?

2011-01-26 Thread Alex
Hello to all, using a standard python install on Ubuntu 10.04 the example fails to produce a figure. Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type help, copyright, credits or license for more information. import matplotlib matplotlib.__version__ '0.99.1.1' Test

[Matplotlib-users] (no subject)

2011-01-19 Thread Alex Liberzon
that can cooperate on such, I'd gladly contribute some hours for this task. Meanwhile, to show the proof-of-concept attempt is attached below. All your useful comments and suggestions are very welcome. Thank you, Alex # loadfig.py -- # Loadfig loads simple Matlab

Re: [Matplotlib-users] Font not carrying through Py2Exe

2011-01-17 Thread Alex S
might not remember but you were the one that taught me how to get it into New Century Schoolbook in the first place. http://old.nabble.com/Changing-the-font-td28111472.html#a28118916 Here it is , for old times sake. Michael Droettboom-3 wrote: On 01/13/2011 11:38 AM, Alex S wrote: Hi

[Matplotlib-users] Font not carrying through Py2Exe

2011-01-13 Thread Alex S
going on? Thanks a lot, Alex -- View this message in context: http://old.nabble.com/Font-not-carrying-through-Py2Exe-tp30663871p30663871.html Sent from the matplotlib - users mailing list archive at Nabble.com

[Matplotlib-users] savefig eps error

2010-05-26 Thread alex arsenovic
and im not sure how to most effectively send this over email ( in case you all wanted to re-produced the error). the main error is Error: /nocurrentpoint in --lineto-- here is the whole error thanks alex -- In [774]: savefig

[Matplotlib-users] Not using exponents on y-axis of log graphs

2010-04-06 Thread Alex S
custom ticks for every one, but the graph is not always the same and if it could do it automatically it would be much better. Thanks a lot, Alex -- View this message in context: http://old.nabble.com/Not-using-exponents-on-y-axis-of-log-graphs-tp28155571p28155571.html Sent from the matplotlib

Re: [Matplotlib-users] Not using exponents on y-axis of log graphs

2010-04-06 Thread Alex S
Ah thank you very much, that works fine except for decimals... (.1, .01, .001 etc all show as 0). Is there a way to show these as well (preferably without showing all the rest of the numbers as 1.000, 10.000, 100.000)? Sorry if this is a very newbie question... I don't know what symbol does

Re: [Matplotlib-users] Not using exponents on y-axis of log graphs

2010-04-06 Thread Alex S
'%d' which was for integers and so truncated decimals). Thanks guys, Alex Alex S wrote: Ah thank you very much, that works fine except for decimals... (.1, .01, .001 etc all show as 0). Is there a way to show these as well (preferably without showing all the rest of the numbers as 1.000

Re: [Matplotlib-users] Changing the font

2010-04-05 Thread Alex S
to this list. That may help us track down where the font lookup is failing. Also, what platform and version of matplotlib are you running? Mike Alex S wrote: Hi, sorry I wasn't too clear... I changed that, but I don't seem to be able to choose between the different serif fonts, it just always

Re: [Matplotlib-users] Changing the font

2010-04-05 Thread Alex S
. It should search for fonts in the standard Windows location (usually C:\Windows\Fonts). Have you tried setting font.family to New Century Schoolbook directly? (I wonder if the secondary lookup is failing). Cheers, Mike Alex S wrote: I think I'm using MPL .99.1 (is there a command

Re: [Matplotlib-users] Changing the font

2010-04-05 Thread Alex S
Yup, thanks for the help everyone Michael Droettboom-3 wrote: For the benefit of future users Googling this problem -- After an off-list discussion, we realized there were a couple of fonts on Alex' system with the names Century Schoolbook and New Century Schoolbook LT Std. Using one

Re: [Matplotlib-users] Changing the font

2010-04-01 Thread Alex S
Hi, sorry I wasn't too clear... I changed that, but I don't seem to be able to choose between the different serif fonts, it just always gives me the default... Alex S wrote: Hi there, I'm trying to change the font default on my graph to New Century Schoolbook. I'm trying to do

[Matplotlib-users] xlim with dates

2010-03-12 Thread Alex S
Hi there, does anyone know if there's a simple way to set an axis limit to a date? viewlim_to_dt() looks promising, but I can't figure out how to use it... Thanks a lot, Alex -- View this message in context: http://old.nabble.com/xlim-with-dates-tp27881612p27881612.html Sent from

Re: [Matplotlib-users] xlim with dates

2010-03-12 Thread Alex S
Ah perfect, thanks a lot, sorry for the mundane question :) -- View this message in context: http://old.nabble.com/xlim-with-dates-tp27881612p27882177.html Sent from the matplotlib - users mailing list archive at Nabble.com.

[Matplotlib-users] Making tick marks of a secondary axis line up with the primary axis

2010-03-10 Thread Alex S
on the right hand axis to be the same as on the left hand axis, and I'd like it to select nice numbers to do so (ie not intervals of .358 or something). Also, on a somewhat related note, is there a simple way to force the y ticks to start at 0 rather than some other value? Thanks a lot, Alex -- View

Re: [Matplotlib-users] Making an Axis Label like a legend

2010-03-09 Thread Alex S
, it doesn't display anything. Does anyone know what I'm doing wrong? Thanks a lot, Alex -- View this message in context: http://old.nabble.com/Making-an-Axis-Label-like-a-legend-tp27826934p27841250.html Sent from the matplotlib - users mailing list archive at Nabble.com

[Matplotlib-users] Multiple Y Axes redux

2010-03-08 Thread Alex S
? Something like this (for x, o and * data markers on the chart): | | | | | | | | |_* | |_o |_x Thanks a lot, sorry if this question is kind of hard to follow... Please let me know if more clarification is needed! Alex -- View this message in context: http://old.nabble.com/Multiple-Y-Axes

[Matplotlib-users] Making an Axis Label like a legend

2010-03-08 Thread Alex S
be perfect, but I guess just having the words in the corresponding colour would work too. Thanks a lot! Alex http://old.nabble.com/file/p27826934/test.png -- View this message in context: http://old.nabble.com/Making-an-Axis-Label-like-a-legend-tp27826934p27826934.html Sent from the matplotlib

[Matplotlib-users] basemap Cairo exception

2008-07-16 Thread Alex Stapleton
() plt.savefig(map.png, dpi=100) -- Alex Stapleton - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip

Re: [Matplotlib-users] basemap Cairo exception

2008-07-16 Thread Alex Stapleton
2008/7/16 Jeff Whitaker [EMAIL PROTECTED]: Alex Stapleton wrote: Not sure if this is the right place to send this, can't seem to find a dedicated bugs list or issue tracker. Or much discussion regarding the basemap toolkit at all really. Trying to savefig some Basemap instances causes

Re: [Matplotlib-users] Problem with matplotlib and pdflatex

2008-03-24 Thread Alex Coventry
I believe I have fixed the problem in the latest svn versions, both on the maintenance branch and on the trunk. Please try the latest version Thanks for your help, Jouni. That seems to have fixed the problem. Best, Alex

[Matplotlib-users] Problem with matplotlib and pdflatex

2008-03-21 Thread Alex Coventry
with matplotlib and convert them to pdfs, I don't get this problem. So I have a workaround, but I would like to know how to create usable pdfs directly, and thought reporting this might be useful to matplotlib development. Best, Alex

Re: [Matplotlib-users] Looking for a way to save a graph

2007-08-23 Thread Alex Pounds
an empty figure. I am but a humble newbie, but why not simply take your figure object/reference and Pickle it (see http://docs.python.org/lib/module-pickle.html)? -- Alex Pounds (Creature) .~. http://www.alexpounds.com/ /V\ http

[Matplotlib-users] pylib BaseHTTPRequestHandler

2007-08-10 Thread Alex Davies
a temporary file in pylib and then load it and output it in BaseHTTPRequestHandler but I am looking to avoid this unnecessary step! Many thanks, Alex - This SF.net email is sponsored by: Splunk Inc. Still grepping through log

[Matplotlib-users] matplotlib + mpi4py on win32

2007-01-30 Thread Alex Pletzer
pylab.show() is commented out. I haven't seen that behavior on Linux or Mac OS X. Thanks in advance for your help. --Alex - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get