I'd be happy to be shown wrong, but it seems the current
incarnation of boxplot cannot do this.
The current syntax is:
boxplot(x, notch=0, sym='+', vert=1, whis=1.5,
positions=None, widths=None)
What it *could* have to support what is needed is
an extra parameter:
boxplot(x, notch=
Hi Samuel,
On 1/24/07, Samuel M. Smith <[EMAIL PROTECTED]> wrote:
> I couldn't find an answer on the iPython web site, does anyone know
> if iPython works with
> python 2.5. I assume I have to rebuild from source on OS X with
> python 2.5 installed.
> I have installed python 2.5 but when I run iPy
I couldn't find an answer on the iPython web site, does anyone know
if iPython works with
python 2.5. I assume I have to rebuild from source on OS X with
python 2.5 installed.
I have installed python 2.5 but when I run iPython is runs python 2.4.
**
Hi folks,
reposting... has anyone a clue that might help in the right direction??
was my question too hard or would it help better if I rephrased it ?
thanks so much
maser
maser rati <[EMAIL PROTECTED]> wrote: Hi Folks,
I was wondering how to set the Matplotlib classic Toolbar in o
I have the same problem
On 09 Jan, 2007, at 15:55, John Hunter wrote:
>> "Marcel" == Marcel Oliver <[EMAIL PROTECTED]> writes:
>
> Marcel> TypeError: set_ylim() got an unexpected keyword argument
> Marcel> 'xmin' WARNING: Failure executing file:
>
> This is a bug -- thanks for report
The correct answer is bellow, sorry for bothering.
petr
On Wed, 2007-01-24 at 14:55, Petr Danecek wrote:
> Hello,
> in the code bellow i am trying to achieve a very simple thing: I'd like
> to call the routine "annotate" to place a text on my plot with arguments
> supplied by means of a dictionary
Hello,
in the code bellow i am trying to achieve a very simple thing: I'd like
to call the routine "annotate" to place a text on my plot with arguments
supplied by means of a dictionary.
Is there a way how to do this?
Petr
from pylab import *
fig = figure()
ax =
Hi, this is my first message on the list.
I'm new at using python and matplotlib so maybe this is an easy thing, but I
would like to know how can I write a text for each 'xtick' on the upper side
of a plot figure (a different label than on the lower side, I mean).
I would also like to ask wether