Hello Chris,
you may try something like
plot([x1], [y1], "bo", [x2], [y2], "r+")
or you have to iterate through your data.
best regards
Matthias
On Friday 07 March 2008 10:11, Chris Withers wrote:
> Hi All,
>
> Apologies if I'm missing anything obvious...
>
> How do I plot lines point-by-poin
Hello,
I'm not sure if there is a nicer way to do what you want and I understand
correctly what you want to do, but as a workaround I would recommand you the
following:
use the mainloop-mode after show and an event to rearch a function, which
includes a "raw_input" to input text from the shell
Well, that was a good puzzle!
It turns out that in the Wx backends, the figure is created at the
correct (requested) size, and then immediately the height is shrunk by
25 pixels (at least on my platform) when the status bar is added to the
window. By creating the status bar before the figure c
I upgraded my notebook to Slackware-12.0 (which includes python-2.5) and
discovered that the application I'm developing no longer ran. Turns out that
matplotlib went missing during the upgrade.
So, I just built matplotlib-0.91.2 using the same matplotlib.Slackbuild
script I used on my workst
For what it's worth, the standalone agg 2.4 library compiles just fine
on my system -- this problem seems to be some sort of matplotlib / agg
interaction.
Zach
On Mar 9, 2008, at 11:35 PM, Zachary Pincus wrote:
> Hello,
>
> I just tried to compile the SVN head of matplotlib (r4994) from sou