On Wed, Jun 3, 2009 at 2:11 AM, Paul Anton Letnes
wrote:
> Is this complete enough? If you do the plot, you'll see that the plot
Unfortunately not. It is best if you post a stand-alone script that we
can simply run with copy-and-paste.
> is about one column wide (7 cm-ish) and that the legend is
Hi again,
I have another problem: I try to connect "Control + mouse drag" to some
zoom event. On mouse press, I need to check whether the Ctrol key is
pressed:
8<
import random
import sys
from PyQt4 import QtGui, QtCore
from
On Tue, Jun 2, 2009 at 3:15 PM, Amit wrote:
> Hi all,
>
> Has any of you had any luck with creating stacked histograms using
> matplotlib? It seems to work but I have no idea how to label (or add the
> legend) or choose the colors of the stacks. Below is a sample code for
> creating a stacked hist
On Tue, Jun 2, 2009 at 10:09 AM, Anu Pakanati wrote:
> Lastly, my gcc version is gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
>
> I did have matplotlib and player/stage playing nicely in a previous
> incarnation, using older versions of both from about 8 months ago.
> Unfortunately going back is not
Hello,
I am not sure that matplotlib is the cause, we are looking for it, but we
are having multiple segfaults using python 2.6 on 64 bits linux boxes.
Everything was recompiled for 64 bits.
Did anybody encounter similar problem?
Thanks
smime.p7s
Description: S/MIME cryptographic signature
---
Can you provide a standalone script that causes the segfault so we can
try to reproduce? Backtraces from gdb and valgrind "memcheck" logs
would also be helpful.
Mike
Kazansky, Stella (SKAZANSK) wrote:
>
> Hello,
> I am not sure that matplotlib is the cause, we are looking for it, but
> we ar
Hi everybody,
I want to delete a subplot from my figure. How to do that?
For example, I would like to remove the right subplot in the following
example:
from pylab import *
ion()
f = figure()
s = f.add_subplot("121")
X1 = arange( 0.0, 5.0, 0.1 )
s.plot( X1, X1**2)
s =
Thanks John. The bar_stacked example does not seem to work for histograms, but I'm glad to know that we could manually make the legends.
I still do not know how to specify the colors of the "stacks" in my histogram,
so adding the manual legends for them is still a pain -- but at least doable si
On Wed, Jun 3, 2009 at 12:33 PM, TP wrote:
> Hi everybody,
>
> I want to delete a subplot from my figure. How to do that?
>
> For example, I would like to remove the right subplot in the following
> example:
>
>
> from pylab import *
>
> ion()
> f = figure()
> s = f.add_su
Hi,
I am still using the old "plt" package that used to be part of SciPy (
I fixed it up, kept it alive and it runs now fine with numpy).
I would really like to switch to matplotlib (using the wx backend) but
I'm having concerns regarding speed.
So I was wondering what are other people's speed ben
Hi,
I noticed that vertical and horizontal lines with a line width < 1 are
displayed with a line width of 1 on WxAgg with recent version of matplotlib.
I use matplotlib 0.98.5.2 on Windows XP, and Ubuntu Linux 9.04.
For example :
>>> import pylab
>>> pylab.plot([0,0],[0,1],linewidth=*0.5*)
[
Sebastian Haase wrote:
> Hi,
> I am still using the old "plt" package that used to be part of SciPy (
> I fixed it up, kept it alive and it runs now fine with numpy).
> I would really like to switch to matplotlib (using the wx backend) but
> I'm having concerns regarding speed.
>
> So I was wonder
12 matches
Mail list logo