On Wed, Sep 24, 2008 at 02:29:28PM +0900, Yong-Duk Jin wrote:
>Dear matplotlib users.
>
>I'm using matplotlib 0.98.3 from the packman repository on opensuse 11.0.
>I tried to adjust the 'markerscale option to enlarge a marker size in a
>legend.
>However, it simply did not work
Dear matplotlib users.
I'm using matplotlib 0.98.3 from the packman repository on opensuse 11.0.
I tried to adjust the 'markerscale option to enlarge a marker size in a
legend.
However, it simply did not work even in a simple code like following.
from pylab import *
x = [1,2,3]; y = [1,2,3]
plot(
On Tue, Sep 23, 2008 at 3:28 PM, C M <[EMAIL PROTECTED]> wrote:
> I'm hoping to get help from matplotlib wxPython backend users...
>
> I'm struggling to get what is described in the subject line to work correctly.
> There was a sort of similar thread from 2006 here:
>
> http://www.mail-archive.com/
I'm hoping to get help from matplotlib wxPython backend users...
I'm struggling to get what is described in the subject line to work correctly.
There was a sort of similar thread from 2006 here:
http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg00945.html
I want to pick a poi
De Pauw Antoine wrote:
> Jeff,
>
> I still don't know how to either remove this artifact or fill my arrays with
> values to remove empty regions, and I'll make a last attempt to resolve it
>
> I uploaded a data file here: http://scqp.ulb.ac.be/20080821.b56
>
> The actual code snippet is here:
> htt
It looks like those examples suspend operation while waiting for a click, after
going to mainloop().
On a related note, after I use pylab.plot() to draw the screen, the toolbar is
inaccessible unless I also use show(), which then halts the program until I
close the window.
--
De Pauw Antoine wrote:
> Jeff,
>
> I still don't know how to either remove this artifact or fill my arrays with
> values to remove empty regions, and I'll make a last attempt to resolve it
>
> I uploaded a data file here: http://scqp.ulb.ac.be/20080821.b56
>
> The actual code snippet is here:
> htt
I don't think my message made it to the mailing list... See below.
Charles
==
The 2nd Law of Thermodynamics... If you think things are a mess now, JUST
WAIT!
-- Forwarded message --
From: charles reid <[EMAIL PROTECTED]>
Date: Fri, Sep 19, 2008 at 5:46 PM
Subject: Re:
No. Interestingly, I didn't get the same errors this morning as I did
last night - I got build errors regarding ftbuild (or something like
that). I had just installed Tcl/Tk from source, so perhaps the first
time my shell hadn't figured out where they were (??). After I
installed freetype-d
On Tue, Sep 23, 2008 at 5:56 AM, rfwatson <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am using matplotlib in combination with QT4 as part of an audio
> application I am building. Part of this involves plotting an
> oscilloscope-style display (time vs intensity) for sets of raw audio data,
> which I h
On Tue, Sep 23, 2008 at 9:46 AM, Roland Hauff <[EMAIL PROTECTED]> wrote:
> I'm reading a serial port and plotting the acquired data using TKagg with the
> plot() command. This gives me a nice graphical screen that updates as the
> data arrives. What I would like to do is be able to pause the en
On Tue, Sep 23, 2008 at 10:28 AM, Michael Hearne <[EMAIL PROTECTED]> wrote:
> I installed the freetype-devel libraries and this problem went away.
>
Any chance you also installed tk-devel or tcl-devel? I can't see how
the addition of the freetype headers would fix a tk problem.
JDH
I installed the freetype-devel libraries and this problem went away.
--Mike
Michael Hearne wrote:
> All: I am trying to build matplotlib 0.98.3 on a Red Hat Enterprise 5
> linux box. I have Tkinter support compiled into my
> /usr/local/bin/python installation (at least "import Tkinter" raises
I'm reading a serial port and plotting the acquired data using TKagg with the
plot() command. This gives me a nice graphical screen that updates as the data
arrives. What I would like to do is be able to pause the entire program
occasionally as I need to make changes on the system that the RS2
I'm reading a serial port and plotting the acquired data using TKagg with the
plot() command. This gives me a nice graphical screen that updates as the data
arrives. What I would like to do is be able to pause the entire program
occasionally as I need to make changes on the system that the RS2
rfwatson wrote:
> Hello,
>
> I am using matplotlib in combination with QT4 as part of an audio
> application I am building. Part of this involves plotting an
> oscilloscope-style display (time vs intensity) for sets of raw audio
> data, which I have through necessity converted to arrays of float
Hi,
I'm not an expert, but I got the attached script to do what you need ( at
least as I understand it). It isn't quite nice, because I need interactive
mode turned on for proper value in the xtick labels in order to modify them.
Maybe it is a kind of beginning for a good solution or maybe a pr
Hello,
I am using matplotlib in combination with QT4 as part of an audio
application I am building. Part of this involves plotting an
oscilloscope-style display (time vs intensity) for sets of raw audio data,
which I have through necessity converted to arrays of floating point data.
The problem I
Jeff,
I still don't know how to either remove this artifact or fill my arrays with
values to remove empty regions, and I'll make a last attempt to resolve it
I uploaded a data file here: http://scqp.ulb.ac.be/20080821.b56
The actual code snippet is here:
http://snipplr.com/view/8307/map-plotting
19 matches
Mail list logo