[Matplotlib-users] Scatter plots with date axes

2008-07-18 Thread Eric Bruning
With the following snippet, I expect a vertical line from y=(0, 2) and squares at y=(4, 5, 6) at the specified time. No squares appear with the call to scatter, even though the y axis limits adjust to (0,7) as if something is being plotted. Is this a known limitation of scatter? I'm running the fo

[Matplotlib-users] scatter() / plot() alignment

2008-07-18 Thread Ben Axelrod
I am trying to plot some 2D scatter plot data where: * the points have a colormap * some points have larger, colored circles on them * some points have a dark ring around them I have managed to get this functionality to work by using both the scatter() and plot() commands. My problem is that

Re: [Matplotlib-users] Error when running multiple jobs utilizing the Tex utilities in matplotlib

2008-07-18 Thread John Hunter
On Fri, Jul 18, 2008 at 6:12 AM, Ian Harry <[EMAIL PROTECTED]> wrote: > Hi Darren, > /home/spxiwh/matplotlibinstall/lib64/python2.4/site-packages/matplotlib/__init__.py:801: > UserWarning: This call to matplotlib.use() has no effect > because the the backend has already been chosen; > matplotlib.

Re: [Matplotlib-users] Error when running multiple jobs utilizing the Tex utilities in matplotlib

2008-07-18 Thread Ian Harry
Hi Darren, I have updated from svn and tried to run the code. It is not working, but, the failures have nothing to do with texmanager.py. I'm getting some of our codes failing from within one of our __init__.py files (my guess is a naming conflict). And some more codes failing with: File "/home