Hi,
I'm pretty new to Matplotlib and I'm really impressed about the
possibilities !!!
GREAT WORK !!!
I have a figure with 3 subplots like this.
*---**--*
| | | |
|A| |
On Tue, Aug 3, 2010 at 6:23 AM, thowa wrote:
>
> Hi,
>
> I'm pretty new to Matplotlib and I'm really impressed about the
> possibilities !!!
> GREAT WORK !!!
>
> I have a figure with 3 subplots like this.
>
> *---* *--*
> | | |
On Mon, Aug 2, 2010 at 12:51 AM, David Goldsmith
wrote:
> Hi! Is there a way to see data values when imaging an array, say, e.g.,
> when holding the cursor over a point?
Take a look at
http://matplotlib.sourceforge.net/examples/api/image_zcoord.html
JDH
-
On Mon, Jun 14, 2010 at 2:14 AM, Ola Skavhaug wrote:
> On Fri, Jun 11, 2010 at 4:50 PM, Benjamin Root wrote:
> > Ola,
> >
> > Just to make sure, have you tried "ax.set_xticks([])"?
>
> Yes, I have tried that, but without success. Looks like the tick-logic
> is overridden for 3d plotting. Or at l
I'm creating a twined axes figure and have run into a problem. I need
to increase the font size of all the text on the plot, but nothing I do
seems to work.
Here's the code I have to generate the plot:
> fig = figure()
> host = HostAxes(fig,[0.08, 0.1, 0.82, 0.83])
> par = ParasiteA
On Wed, Aug 4, 2010 at 2:21 AM, R. Padraic Springuel
wrote:
> Things I've tried:
> Adding a size keyword argument to the set_xlabel and set_ylabel commands
> (both numerical and keywords). No errors are raised, but nothing is
> changed on the plot.
>
> Adding host.axis["left"].set_size(24) and
>
On Wed, Aug 4, 2010 at 12:11 AM, Benjamin Root wrote:
> I have done some further research on this, and it appears to be a bug of
> some sort. Possibly the Locators are already made by the time the
> ax.set_xticks([]) is called and that function falls on deaf ears because the
> real xaxis is actua
Greetings. I'm unable to get mathtext to work properly on my linux system:
# cat /etc/redhat-release
Fedora release 13 (Goddard)
# uname -a
Linux localhost.localdomain 2.6.33.6-147.2.4.fc13.x86_64 #1 SMP Fri Jul 23
17:14:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
The proble
Hi Everyone !
This is urgent, I have to finish some plots by tomorrow, and I totally lost
the ability to work with python matplotlib -
"import pylab"
"from pylab import *"
all yield the following error:
[code]Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/pymodules/py