Re: [Matplotlib-users] How to get all data points plotted/displayed in a line plot

2010-08-31 Thread Benjamin Root
On Tue, Aug 31, 2010 at 6:08 AM, Jens Nie wrote: > Hi everyone. > > I face a problem here, which I can’t seem to handle by myself, so any help > is really appreciated. > > I would like to do a simple line plot of a huge dataset as an overview to > quickly compare success of different measuremen

[Matplotlib-users] Unable to compile due to Tkinter.__version__ value

2010-08-31 Thread Neil Schemenauer
setupext.py contains the code: if gotit: print_status("Tkinter", "Tkinter: %s, Tk: %s, Tcl: %s" % (Tkinter.__version__, Tkinter.TkVersion, Tkinter.TclVersion)) Because I built from source, the Tkinter.__version__ value is '$Revision$'. It seems poor practice to

Re: [Matplotlib-users] Control size of plot window?

2010-08-31 Thread Alan G Isaac
On 8/31/2010 6:30 AM, Thøger Emil Juul Thorsen wrote: > I'm putting together a quick animation to demonstrate some physics to my > students. I'm perfectly fine to just have it show in the default plot > window, but by default the window is drawn quite small on my screen. Does it not work to set f

[Matplotlib-users] How to get all data points plotted/displayed in a line plot

2010-08-31 Thread Jens Nie
Hi everyone. I face a problem here, which I can't seem to handle by myself, so any help is really appreciated. I would like to do a simple line plot of a huge dataset as an overview to quickly compare success of different measurement scenarios, and it seems that not every datapoint is display

[Matplotlib-users] Control size of plot window?

2010-08-31 Thread Thøger Emil Juul Thorsen
Hello list; I'm putting together a quick animation to demonstrate some physics to my students. I'm perfectly fine to just have it show in the default plot window, but by default the window is drawn quite small on my screen. Is there a simple way to tell the placement and size of the plot window