On Jan 23, 2007, at 2:40 PM, Christopher Barker wrote:
> Ken McIvor wrote:
>> On Jan 23, 2007, at 1:08 PM, Christopher Barker wrote:
>>>
>>> I think it will work with older versions, but I haven't tested
>>> it. How
>>> far back do we need to go? I think 2.6.3 ( the last "stable"
>>> release )
Ken McIvor wrote:
> On Jan 23, 2007, at 1:08 PM, Christopher Barker wrote:
>> I think it will work with older versions, but I haven't tested it. How
>> far back do we need to go? I think 2.6.3 ( the last "stable" release )
>> should do it.
>
> The current Debian stable (e.g. Sarge) has wxWindows 2
On Jan 23, 2007, at 1:08 PM, Christopher Barker wrote:
> John Hunter wrote:
>>
>> Hey Chris, thanks for this info. Do we expect this modified code to
>> also work for older versions of wx, or is this 2.8 specific.
>
> I think it will work with older versions, but I haven't tested it. How
> far bac
John Hunter wrote:
> Christopher> OLD: wxBitmap *bitmap = new wxBitmap(image); NEW
> Christopher> wxBitmap *bitmap = new wxBitmap(*image);
>
> Hey Chris, thanks for this info. Do we expect this modified code to
> also work for older versions of wx, or is this 2.8 specific.
I think it wil
See the docs on interactive mode...
http://matplotlib.sourceforge.net/interactive.html
At 10:39 AM 1/23/2007, Tommy Grav wrote:
>On Jan 23, 2007, at 1:28 PM, Darren Dale wrote:
>
> > On Tuesday 23 January 2007 13:20, Tommy Grav wrote:
> >> I have a program that enters a while loop, calculates a b
On Jan 23, 2007, at 1:28 PM, Darren Dale wrote:
> On Tuesday 23 January 2007 13:20, Tommy Grav wrote:
>> I have a program that enters a while loop, calculates a bunch of
>> arrays and then plots
>> a figure. The user then looks at the figure and is asked wether the
>> result is ok. If the
>> answ
On Tuesday 23 January 2007 13:20, Tommy Grav wrote:
> I have a program that enters a while loop, calculates a bunch of
> arrays and then plots
> a figure. The user then looks at the figure and is asked wether the
> result is ok. If the
> answer is no, then the calculations are redone and the figure
I have a program that enters a while loop, calculates a bunch of
arrays and then plots
a figure. The user then looks at the figure and is asked wether the
result is ok. If the
answer is no, then the calculations are redone and the figure
replotted. If the answer is
yes then it exits the loop.
> "andrea" == andrea zonca <[EMAIL PROTECTED]> writes:
andrea> Hi, i'm a newbie in matplotlib, I have a multiple plot, I
andrea> have small titles for each subplot and I'd like to add a
andrea> bigger title for all the figure and a legend to all the
andrea> figure as well. If
> "Peter" == Peter J Bismuti <[EMAIL PROTECTED]> writes:
Peter> /usr/include/pygtk-2.0/pygobject.h:140: error: expected `,'
Peter> or `...' before "typename"
Peter> /usr/include/pygtk-2.0/pygobject.h:147: error: expected `,'
Peter> or `...' before "typename" In file included fr
> "Christopher" == Christopher Barker <[EMAIL PROTECTED]> writes:
Christopher> OLD: wxBitmap *bitmap = new wxBitmap(image); NEW
Christopher> wxBitmap *bitmap = new wxBitmap(*image);
Hey Chris, thanks for this info. Do we expect this modified code to
also work for older versions of w
I would like to have the extreme end of the upper whisker
on the box plot co-incide with the 98% of the data.
According to the documents:
whis (default 1.5) defines the length of the whiskers as
a function of the inner quartile range. They extend to the
most extreme data point wi
I'm guessing that you are installing on a system that includes pygtk-2.4
(RHEL?). If that is the case, it is probably a bug in pygtk, see
http://matplotlib.sourceforge.net/faq.html#PYGTK24
If this is not the case, please post again with more information concerning os
and version, etc.
Darren
Hi,
i'm a newbie in matplotlib, I have a multiple plot, I have small
titles for each subplot and I'd like to add a bigger title for all the
figure and a legend to all the figure as well.
If I set a title before subplotting it is deleted.
Later I can set only titles to the subplots.
Could someone pl
Hi,
How can we remove only top and right lines of a plot, box(on=False) removes
all. Same question for top and right ticks?
thanks
--
Lionel Roubeyrie - [EMAIL PROTECTED]
LIMAIR
http://www.limair.asso.fr
-
Take Surveys. Ea
15 matches
Mail list logo