Re: [Matplotlib-users] Many basic questions i cant find solution

2011-03-09 Thread Muffles
Benjamin Root-2 wrote: Note that will not change the number of ticks already established for the axis. For that, you can use set_xticks(), which accepts a list of values where to set the tick marks (you should probably use set_xticklabels() after set_xticks()). Note that you will

Re: [Matplotlib-users] Many basic questions i cant find solution

2011-03-09 Thread Benjamin Root
On Wednesday, March 9, 2011, Muffles dantares...@gmail.com wrote: Benjamin Root-2 wrote: Note that will not change the number of ticks already established for the axis.  For that, you can use set_xticks(), which accepts a list of values where to set the tick marks (you should probably use

Re: [Matplotlib-users] Many basic questions i cant find solution

2011-03-09 Thread Muffles
Benjamin Root-2 wrote: Could you please include your code? My code was merely a demonstration and not meant to be copy and pasted in it's entirety. Ben Root Thx, but I fixed that already, it was my error. Still dont cant fix the width of the window though... -- View this message

Re: [Matplotlib-users] Many basic questions i cant find solution

2011-03-09 Thread Benjamin Root
On Wed, Mar 9, 2011 at 9:11 AM, Muffles dantares...@gmail.com wrote: Benjamin Root-2 wrote: Could you please include your code? My code was merely a demonstration and not meant to be copy and pasted in it's entirety. Ben Root Thx, but I fixed that already, it was my error.

Re: [Matplotlib-users] Many basic questions i cant find solution

2011-03-09 Thread Muffles
Benjamin Root-2 wrote: And, without the code, I can't help you. Please include a small script that I can run that demonstrates the problem. I can't reproduce your bug based on your description. Ben Root Here it is, i think this works fig=figure(figsize=(5,9))

Re: [Matplotlib-users] Many basic questions i cant find solution

2011-03-09 Thread Benjamin Root
On Wed, Mar 9, 2011 at 10:05 AM, Muffles dantares...@gmail.com wrote: Benjamin Root-2 wrote: And, without the code, I can't help you. Please include a small script that I can run that demonstrates the problem. I can't reproduce your bug based on your description. Ben Root

Re: [Matplotlib-users] Many basic questions i cant find solution

2011-03-07 Thread Benjamin Root
On Mon, Mar 7, 2011 at 10:01 AM, Muffles dantares...@gmail.com wrote: Hello, i am not a user of matplotlib, i just have to do something in it. I managed to get the plot i wanted, but i have been going around for hours trying to do some fine tuning and cant get around it. The matplotlib seems

Re: [Matplotlib-users] Many basic questions i cant find solution

2011-03-07 Thread Muffles
Thankyou for the reply, ill test that in a minute, and let you know the result. Benjamin Root-2 wrote: On Mon, Mar 7, 2011 at 10:01 AM, Muffles dantares...@gmail.com wrote: Can you include a screenshot of what you see? Here it is: http://old.nabble.com/file/p31089197/hov.png Thank