Re: [Matplotlib-users] How to display axis numbers inside the figure area

2009-12-03 Thread Pekeika
Matthias, And I saw your code now :) and it pretty much looks like mine, with some more or less formatting. Attached is one of my figures where you can see my result! http://old.nabble.com/file/p26634326/Spill%2BVerification%2Bof%2Btwenty%252C%2Bhigh%2Bu%2Bagain%2Bafter%2Bchange%2Bpredicted%2Bat

Re: [Matplotlib-users] How to display axis numbers inside the figure area

2009-12-03 Thread Pekeika
Matthias, Thanks for answering. I already solved my problem. I found that there is no function to display on grids the value of the axis (bad when you need to display lat, longitude)... so I made it myself using the text() function and using yticks() and xticks() along with all the formatting pro

[Matplotlib-users] How to display axis numbers inside the figure area

2009-11-30 Thread Pekeika
Good morning All, I am creating figures that need to overlay with maps, so disabling the box around my figures is a must. (need no title, legend, etc...) I have my plain figure now without surroundings but now need the axis numbers "on" the grid inside the plot area (like latitude and longitude n