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
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
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
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
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
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
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
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
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
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:
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
11 matches
Mail list logo