Re: [Matplotlib-users] Distance between y-x digits and the corresponding labels

2011-02-18 Thread Benjamin Root
On Fri, Feb 18, 2011 at 3:57 PM, Jose Guzman wrote: > Hi everybody > > is there anybody to set the distance between the x/y axis numbers and the > corresponding axis labels. I found the default distance is rather small, and > I would like to enlarge it. I was playing around in .matplolibrc but I

[Matplotlib-users] Distance between y-x digits and the corresponding labels

2011-02-18 Thread Jose Guzman
Hi everybody is there anybody to set the distance between the x/y axis numbers and the corresponding axis labels. I found the default distance is rather small, and I would like to enlarge it. I was playing around in .matplolibrc but I did not find anything useful. Any suggestion?? Thanks in

[Matplotlib-users] Dual Y-Axes on Imshow

2011-02-18 Thread Jason Stone
Good afternoon all, One last matplotlib question for the group for today. On one of my GUI plots, I'm calling imshow on an array of data (to display it in the same way MATLAB's imagesc command does). I'd like to add a second y-axis to the right side of the plot that is completely dependent on the

Re: [Matplotlib-users] griddata question

2011-02-18 Thread Ryan May
On Fri, Feb 18, 2011 at 1:24 PM, Nils Wagner wrote: > Hi all, > > what is the reason for the white areas in the corners of the interpolation > domain ? > Any idea ? The white areas are not bounded by your data points (they are located outside the convex hull of the data points), so the interpolat

Re: [Matplotlib-users] Matplotlib Widget and QT Issue

2011-02-18 Thread Michael Droettboom
I think you'll need to manually set the color of the figure. I.e., given a figure object "fig": fig.set_facecolor(...whatever Qt API gives you the default background color...) You could also experiment with fig.set_frameon(False) which will not draw a background rectangle at all for the fi

[Matplotlib-users] Matplotlib Widget and QT Issue

2011-02-18 Thread Jason Stone
Good afternoon all, I'm developing a GUI using QT Designer 4 and Python 2.7. The GUI will need to have several plots on it in order to show the data in the ways that I need. To accomplish this I'm using the matplotlib widget from within QT Designer. It all seems to work great, but I can't seem t

Re: [Matplotlib-users] Installing TKAgg Backend with matplotlib svn

2011-02-18 Thread Benjamin Root
On Thu, Feb 17, 2011 at 6:12 PM, Jeffrey Spencer wrote: > I use Ipython and ubuntu. I had the default ubuntu package installed > with v99.1. I upgraded to the svn version and installed it because I > needed some new functionality with turning the right and top axis off > that I couldn't get to wor

Re: [Matplotlib-users] Text box adaptable

2011-02-18 Thread Benjamin Root
On Fri, Feb 18, 2011 at 2:41 AM, andrea crotti wrote: > Hi everyone, and thanks for the amazing library first of all :) > > Now a short question, I have some graphs and I would like to add some > statistical summary as text on the figure. > > I see how I can add text and it's quite easy, the prob

Re: [Matplotlib-users] No qt4agg backends running on example file

2011-02-18 Thread Darren Dale
On Fri, Feb 18, 2011 at 4:21 AM, Jeffrey Spencer wrote: > When I bold it doesn't find Tkinter could this be the issue?? I can't parse that. > I have > python-tk already installed. It finds it fine when I install the Debian > package but not when I get it from SVN. > > Cheers, > Jeff > > Code bel

Re: [Matplotlib-users] No qt4agg backends running on example file

2011-02-18 Thread Jeffrey Spencer
When I bold it doesn't find Tkinter could this be the issue?? I have python-tk already installed. It finds it fine when I install the Debian package but not when I get it from SVN. Cheers, Jeff Code below is from build: BUILDING MATPLOTLIB matplotlib: 1.1.0svn python:

[Matplotlib-users] Text box adaptable

2011-02-18 Thread andrea crotti
Hi everyone, and thanks for the amazing library first of all :) Now a short question, I have some graphs and I would like to add some statistical summary as text on the figure. I see how I can add text and it's quite easy, the problem is that the text wants a coordinate to write the graph. And