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

2009-12-03 Thread Matthias Michler
Hi Angelica, I have to admit I don't get the point of what you want to do and maybe this is true for others too. I tried something (see attachement), but maybe it is better if you could set up an small example script or draw a picture of what you want to see finally. Kind regards, Matthias

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

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!

[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