users] how to plot a Polygon / plt.draw() problem
On Sun, Apr 11, 2010 at 7:15 AM, tomislav_ma...@gmx.com
wrote:
> can someone help me to plot a polygon in matplotlib?
>
> I have been reading about the axes.patches.Polygon class and I have defined
> the
>
> Polygon object that has
2010/4/11 Alan G Isaac :
> On 4/11/2010 9:27 AM, Friedrich Romstedt wrote:
>> I think you can use Tk via the Tkinter Python package. On linux I
>> heard it's looking a bit weird, but as a starting points it's easy
>> enough.
>
> Weird how?
> Will that be fixed with the new release (ttk, in Python
On Sun, Apr 11, 2010 at 7:15 AM, tomislav_ma...@gmx.com
wrote:
> can someone help me to plot a polygon in matplotlib?
>
> I have been reading about the axes.patches.Polygon class and I have defined
> the
>
> Polygon object that has a preset lw and points. How do I plot it?
>
> I'm confused because
On 4/11/2010 9:27 AM, Friedrich Romstedt wrote:
> I think you can use Tk via the Tkinter Python package. On linux I
> heard it's looking a bit weird, but as a starting points it's easy
> enough.
Weird how?
Will that be fixed with the new release (ttk, in Python 2.7)?
Thanks,
Alan Isaac
---
2010/4/11 tomislav_ma...@gmx.com :
> can someone help me to plot a polygon in matplotlib?
> I have been reading about the axes.patches.Polygon class and I have defined
> the
> Polygon object that has a preset lw and points. How do I plot it?
Here
http://matplotlib.sourceforge.net/api/axes_api.htm
Hi everyone,
can someone help me to plot a polygon in matplotlib?
I have been reading about the axes.patches.Polygon class and I have defined the
Polygon object that has a preset lw and points. How do I plot it?
I'm confused because the Axes documentation states that this class holds most
of