Re: [Matplotlib-users] Inconsistent marker/line zorder in errorbar legend

2011-12-07 Thread Adrian Del Maestro
Thank you very much! I was trying to do something like this in legend_handler.py but this is such a simple fix! Best, Adrian. On Wed, Dec 7, 2011 at 9:11 AM, Jae-Joon Lee wrote: > I just pushed a change that I believe fixes this problem > > https://github.com/matplotlib/matplotl

[Matplotlib-users] Inconsistent marker/line zorder in errorbar legend

2011-12-06 Thread Adrian Del Maestro
ow() produces a legend for the plot (figure(1)) with the markers on top of the lines, but the legend for the errorbar (figure(2)) has this reversed. Any ideas/suggestions would be greatly appreciated. Best, Adrian. --

Re: [Matplotlib-users] plotting single column markers

2011-05-04 Thread Adrian Hill
Thanks Greg, that is exactly what I wanted. Cheers Adrian On 04/05/2011 20:17, Buchholz, Greg wrote: >> -Original Message- >> From: Adrian HILL [mailto:adrian.h...@esrf.fr] >> >> What is the best way of now plotting this (as single vertical marker >> lines

[Matplotlib-users] plotting single column markers

2011-05-04 Thread Adrian HILL
cal marker lines)? I thought of using the quiver function, but cannot get this to work. Any help appreciated. Thanks Adrian -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive

Re: [Matplotlib-users] multiple graphs on same scale

2011-05-02 Thread Adrian HILL
Perhaps sharex or sharey might suit your requirements. Adrian On 02/05/2011 15:18, Neal Becker wrote: > I asked this a while back, but never explained myself clearly. > > I'm using pdfpages to plot multiple graphs on multiple pages. I want the > graphs > to come ou

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

2011-04-15 Thread Adrian Hill
I have previously used some script from Mike DePalatis for making APS (PRL, PRB, etc.) suitable plots. Maybe it will be a useful starting point. http://mike.depalatis.net/docs/mpllatex.html """ mplparams.py M.V. DePalatis, 2010-09-01 Licensed under the GNU GPL v3 matplotlib rc params and a

[Matplotlib-users] autoscale y for current x range on display

2011-03-23 Thread Adrian HILL
Hi, I am new to python and matplotlib and have a small question. Is there a way to autoscale the y axis for the current x range in view? Currently, my y axes are scaled to all the data. Thanks Adrian -- Enable your

Re: [Matplotlib-users] Date formatting on axis tick marks fails with "ValueError: ordinal must be >= 1"

2010-12-04 Thread Adrian
Solved my own bone-headded problem. I should have been using "p1.xaxis" instead of "p1.yaxis". Sorry for the pointless post. Adrian 2010/12/4 Adrian > Hello, > > I am having trouble setting the formatting for date objects that are > displayed on the tick mar

[Matplotlib-users] Date formatting on axis tick marks fails with "ValueError: ordinal must be >= 1"

2010-12-04 Thread Adrian
, in num2date if not cbook.iterable(x): return _from_ordinalf(x, tz) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/dates.py", line 203, in _from_ordinalf dt = datetime.datetime.fromordinal(ix) ValueError: ordinal must be >= 1 Any idea what

[Matplotlib-users] Non-linear Regression to a Histogram

2008-05-11 Thread Adrian Price-Whelan
Hey guys - I'm working on a Histogram of pixel values from an astronomical image that looks like a Gaussian curve and then polynomial decay. I'm trying to figure out a way to fit a Gaussian regression to the histogram, but can't find any documentation on this. t

[Matplotlib-users] hist() and semilogy

2008-04-14 Thread Adrian Price-Whelan
xlabel('Pixel Number') ylabel('How Many of Each Pixel') savefig('test_histPANDA.png') show() thanks!! -Adrian - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss

[Matplotlib-users] error exit status 1

2008-03-29 Thread Adrian Price-Whelan
I'm fairly new to UNIX shell and I'm having a bit of trouble building matplotlib on my computer: running build running build_py copying lib/matplotlib/mpl-data/matplotlibrc -> build/lib.macosx-10.3- fat-2.5/matplotlib/mpl-data copying lib/matplotlib/mpl-data/matplotlib.conf -> build/ lib.macos

[Matplotlib-users] Problem using TeX formatting in labels SOLVED

2007-04-05 Thread Adrian Down
) look fine now. Thanks again, Adrian - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through bri

Re: [Matplotlib-users] Problem using TeX formatting in labels

2007-04-05 Thread Adrian Down
tilities? and 2) How do I add them to the PATH variable? Should I put this in a configuration file somewhere so that I don't have to do this repeatedly? Thanks for the quick responses, and sorry about the ignorant questions, Adrian On 4/5/07, Brian Donovan <[EMAIL PROTECTED]> wrote: >

[Matplotlib-users] Problem using TeX formatting in labels

2007-04-05 Thread Adrian Down
of latex. I have had to install two libraries and hunt down my kpathsea library, and this still isn't working. Is there any easier way to achieve text and math together in a label, such as "Text $\pi$" ? Thanks, Adrian In [1]: matplotlib.rc('text', usetex=True) In [2]: