Re: [Matplotlib-users] Errorbars not drawn correctly in logarithmic scales

2012-03-09 Thread Wolfgang Draxinger
On Thu, 8 Mar 2012 19:47:05 -0600 Benjamin Root wrote: > Which version of matplotlib are you using? Also, are you setting the > log scale before (preferred) or after (won't work) the call to hist()? Version is matplotlib-1.1.0, installed through standard Gentoo ebuild. And the scale parameters

Re: [Matplotlib-users] backend with edition capabilities

2012-03-09 Thread François Beaubert
Le 05/03/2012 21:37, Federico Ariza a écrit : Hi As I thought, this is a tricky subject. So far I just opened a github account and added the three files that I am using. https://github.com/fariza/MPL-Experimental-Backend I have tested this on linux, I do not know if it works on windows. I kn

[Matplotlib-users] Clearing 3D plots plotted in figure canvas

2012-03-09 Thread Sourabh Bajaj
I am creating a PyQT based tool. that has a Figure canvas embedded in it. I want to update the plot on some event. I can draw the plot perfectly. But how do I clear the plot without removing the mouse movement capabilities. axes.cla, fixes the axis movement as well. ---

[Matplotlib-users] Stack Plot

2012-03-09 Thread Trillian
Hello All, How do I control a width and length of a boxes in a stack plot? Currently with the code I have, I can only control the separation or the white-space between the two plots. I would like the top plot to be larger in length and narrow in width while the bottom plot to have the same width

Re: [Matplotlib-users] Has nxutils been removed from mpl?

2012-03-09 Thread Dharhas Pothina
As someone who has never contributed to matplotlib before, are there any instructions on how to contribute to writing tests. We have some data and scripts we could probably convert to tests for the nxutils points in poly functions. Should I just do i pull the branch nxutilsbackwards branch and

Re: [Matplotlib-users] Clearing 3D plots plotted in figure canvas

2012-03-09 Thread Benjamin Root
On Thu, Mar 8, 2012 at 4:02 PM, Sourabh Bajaj wrote: > I am creating a PyQT based tool. that has a Figure canvas embedded in it. > > I want to update the plot on some event. I can draw the plot perfectly. > But how do I clear the plot without removing the mouse movement > capabilities. > > axes.cl

Re: [Matplotlib-users] Errorbars not drawn correctly in logarithmic scales

2012-03-09 Thread Benjamin Root
On Fri, Mar 9, 2012 at 3:29 AM, Wolfgang Draxinger < wdraxinger.maill...@draxit.de> wrote: > On Thu, 8 Mar 2012 19:47:05 -0600 > Benjamin Root wrote: > > > Which version of matplotlib are you using? Also, are you setting the > > log scale before (preferred) or after (won't work) the call to hist

[Matplotlib-users] x and y labels that span multiple axes

2012-03-09 Thread Jonathan Slavin
Hi all, I'm plotting a set of subplots (2 x 3) and I'd like to label the x and y axes with one title each (i.e. spanning the axes) since the units of all the x axes and y axes are the same. I know that I can use fig.text to do it, though that would require some fiddling on my part to get the plac

Re: [Matplotlib-users] Errorbars not drawn correctly in logarithmic scales

2012-03-09 Thread Wolfgang Draxinger
On Fri, 9 Mar 2012 11:19:15 -0600 Benjamin Root wrote: > Can I have the data you used to produce these errorbars so I can test > this bug? Here's the data # Fluence -sigma Signal... -sigma area 1127 48.32 9.114 10.31 0.1318 1.127e+04 482.9 35

Re: [Matplotlib-users] Stack Plot

2012-03-09 Thread Benjamin Root
On Thu, Mar 8, 2012 at 5:05 PM, Trillian wrote: > > Hello All, > > How do I control a width and length of a boxes in a stack plot? Currently > with the code I have, I can only control the separation or the white-space > between the two plots. I would like the top plot to be larger in length and >

Re: [Matplotlib-users] x and y labels that span multiple axes

2012-03-09 Thread Jeffrey Blackburne
On Mar 9, 2012, at 1:05 PM, Jonathan Slavin wrote: > Hi all, > > I'm plotting a set of subplots (2 x 3) and I'd like to label the x > and y > axes with one title each (i.e. spanning the axes) since the units > of all > the x axes and y axes are the same. I know that I can use fig.text to > d

Re: [Matplotlib-users] Stack Plot

2012-03-09 Thread Trillian
Perfect! That is what I was looking for! Thanks a lot! Trillian Benjamin Root-2 wrote: > > On Thu, Mar 8, 2012 at 5:05 PM, Trillian wrote: > >> >> Hello All, >> >> How do I control a width and length of a boxes in a stack plot? Currently >> with the code I have, I can only control the sep

Re: [Matplotlib-users] Error when saving as PDF using $\alpha$ and 'text.usetex':True

2012-03-09 Thread Alejandro Weinstein
On Thu, Mar 8, 2012 at 12:45 PM, Jouni K. Seppänen wrote: > Alejandro Weinstein writes: > >> TypeError: unicode argument expected, got 'str' >> I am using MPL verion 1.2.x (built from commit 396a6446). > > That reminds me of a problem fixed in commit 680edf7, so could you > either try cherry-pick

Re: [Matplotlib-users] Centering Text with axes_divider

2012-03-09 Thread Patrick Marsh
Hi, All, Here's an update to the problem I submitted last night. I was able to utilize anchored text to work for centering a title, which is ultimately what I'm wanting to do now. (Although, I'd still like to know the proper way to get the axes bounds when using axes_divider). The new problem li