Re: [Matplotlib-users] how to plot a Polygon / plt.draw() problem

2010-04-12 Thread tomislav_ma...@gmx.com
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

Re: [Matplotlib-users] how to plot a Polygon / plt.draw() problem

2010-04-12 Thread Friedrich Romstedt
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

Re: [Matplotlib-users] how to plot a Polygon / plt.draw() problem

2010-04-11 Thread John Hunter
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

Re: [Matplotlib-users] how to plot a Polygon / plt.draw() problem

2010-04-11 Thread 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 2.7)? Thanks, Alan Isaac ---

Re: [Matplotlib-users] how to plot a Polygon / plt.draw() problem

2010-04-11 Thread Friedrich Romstedt
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

[Matplotlib-users] how to plot a Polygon / plt.draw() problem

2010-04-11 Thread tomislav_ma...@gmx.com
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