[Matplotlib-users] [ANN] SciPy India 2011 Abstracts due November 2nd

2011-10-28 Thread Jarrod Millman
== SciPy 2011 Call for Papers == The third `SciPy India Conference `_ will be held from December 4th through the 7th at the `Indian Institute of Technology, Bombay (IITB) `_ in Mumbai, Maharashtra India. At t

Re: [Matplotlib-users] Matplotlib-users Digest, Vol 65, Issue 49

2011-10-28 Thread Sterling Smith
> From: John Hunter > Date: October 28, 2011 5:54:36 AM PDT > To: Adam Mercer > Cc: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] Legend and proxy artists > > > On Thu, Oct 27, 2011 at 8:12 AM, Adam Mercer wrote: >> value_plot = [] >> for v in value: >> value_plo

Re: [Matplotlib-users] How to combine in one plot a plot and a circle.

2011-10-28 Thread Benjamin Root
On Fri, Oct 28, 2011 at 11:47 AM, Gousios George wrote: > Hello , i wanted to ask how can i do what i am saying in title. > > I have a plot with some points and i have a circle. > I want to combine both data in one plot.(a circle and point data) > > I can't do it because ( i think) for the circle

[Matplotlib-users] How to combine in one plot a plot and a circle.

2011-10-28 Thread Gousios George
Hello , i wanted to ask how can i do what i am saying in title. I have a plot with some points and i have a circle. I want to combine both data in one plot.(a circle and point data) I can't do it because ( i think) for the circle i use pylab.show() but for plot ,just show(). Is there another wa

Re: [Matplotlib-users] |--------| Annotation

2011-10-28 Thread Justin McCann
On Fri, Oct 28, 2011 at 6:31 AM, Paul Hilscher wrote: > Dear all, > first of all thank you for the this awesome plotting library :D. > I have a logarithmic plot where I want to stress out a specific range using > a line like > y    Something > |   |---| > |   ___ > |  /    

Re: [Matplotlib-users] Legend and proxy artists

2011-10-28 Thread John Hunter
On Thu, Oct 27, 2011 at 8:12 AM, Adam Mercer wrote: > Hi > > I have recently updated to Matplotlib-1.1.0 and now one of my scripts > displays the following warning: > > UserWarning: Legend does not support [[ at 0x1026296d0>]] > Use proxy artist instead. > > http://matplotlib.sourceforge.net/users

[Matplotlib-users] |--------| Annotation

2011-10-28 Thread Paul Hilscher
Dear all, first of all thank you for the this awesome plotting library :D. I have a logarithmic plot where I want to stress out a specific range using a line like ySomething | |---| | ___ | / \ | / \ |/ |-