Hi all,
I want to use matplotlib to plot in realtime the position of a
microscope stage, read out over a serial connection. Essentially I
reached my goal, starting from the example simple_idle_wx.py
http://matplotlib.sourceforge.net/examples/animation/simple_idle_wx.html
Now I have two quest
Hi all,
I want to use matplotlib to plot in realtime the position of a microscope
stage, read out over a serial connection. Essentially I reached my goal,
starting from the example simple_idle_wx.py
http://matplotlib.sourceforge.net/examples/animation/simple_idle_wx.html
Now I have two questions
Thomas Coudrat schrieb:
> Hello list,
>
> I am new here an i need help on something : I am using Matplotlib in
> the wxPython GUI, and i am trying to draw a BIG canvas, in a SMALL
> window, which would be scrollable.
> My implementation works if i use simple text too long for the size of
> the w
Vito De Tullio schrieb:
> Hi all.
> I'm using matplotlib to draw some graph in a pyqt application.
> Is there a way to show infos only when the mouse hover the plot nodes?
> At the moment I'm stuck using this (ugly, and conceptually wrong) piece of
> code, written by me...
>
> basically I add hidde
Eric Firing schrieb:
> Gregor Thalhammer wrote:
>> Tobias Wood
>> [...]
> [...]
>> I also noticed you used C++ constructs in your code. I think this is
>> not recommended.
>
> Gregor,
>
> Would you elaborate, please, to satisfy my curiosity? The origina
Tobias Wood
[...]
> These have thrown up an interesting issue - to what maximum value
> should n-bit images be scaled when n is between 8 and 16? The png spec
> and test images suggest it should be (2^n - 1). This means that higher
> bit depths give higher precision over the same intensity range
Years ago I observed a similar behaviour with gnuplot. This behaviour
appears if you use line join style 'miter' and if your data is very fine
spaced with small noise. Then in the figure the noise appears much
larger than it actually is. Limited output precision for representing
the plot data i
Nils Wagner schrieb:
> Hi all,
>
> I tried to read a jpg file.
> How can fix the following problem ?
>
>
Which operating system are you using?
The problem arise in the PIL (Python Imaging Library). It cannot find
the libjpeg library (you have it installed on your system?). Try to
install libjp
sordnay schrieb:
> Hi
> I would like to insert a new button on the standard figure toolbar,
> is there an easy way? maybe someone can post an example
This depends on the backend/GUI toolkit you use. If you use wx, a simple
approach might be the following:
--
from pylab import *
i
jcarnes schrieb:
> I am writing a GUI application in wxPython and using MPL that plots figures,
> saves them to image files, and then closes them all from within a thread to
> keep the GUI responsive. Using the Enthought 2.3 install I would
> sporatically have crashes that were hard to reproduce, b
> [had to delete an endless amount of stuff not related to matplotlib]
matplotlib is _not_ a dedicated image manipulation package, so please
don't blame it that you don't manage to easily use it as such one.
However, matplotlib indeed offers high quality image scaling abilities
(at the moment
Robert Garrett schrieb:
> Hi,
> I'd like to use Python to plot data in real-time. I've created a GUI
> using wxPython and have embedded a Matplotlib graph into a pane. My
> problem is that I don't know the best way to update the graph. What's
> the recommended method for this?
First use the s
John Pye schrieb:
> Hi all
>
> Can anyone tell me whether or not it is straightforward to run
> matplotlib on OpenSUSE 10.2?
>
> My project has a dependency on matplotlib and I have a user on that
> platform who tells me that it's not available as an RPM in the SUSE
> repository. Can that really
13 matches
Mail list logo