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

On Monday 30 November 2009 18:09:29 Pekeika wrote:
 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 numbers appear
 next to the grids on maps)... I cannot find a function or an argument for
 the axis() or axes() functions that translates axes into the plot area...
 Any ideas please?

 Thank you so much,
 Angelica.


attachment: axes_numbers.png

axes_numbers.py
Description: application/python
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


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 properties, all
inside of the text function...

Its pretty nice now,
Angelica.


-- 
View this message in context: 
http://old.nabble.com/How-to-display-axis-numbers-inside-the-figure-area-tp26578109p26634238.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


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%2Btime%2B7.79%2Bdays.jpeg
 
-- 
View this message in context: 
http://old.nabble.com/How-to-display-axis-numbers-inside-the-figure-area-tp26578109p26634326.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[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 numbers appear next to the
grids on maps)... I cannot find a function or an argument for the axis() or
axes() functions that translates axes into the plot area... Any ideas
please?

Thank you so much,
Angelica.
-- 
View this message in context: 
http://old.nabble.com/How-to-display-axis-numbers-inside-the-figure-area-tp26578109p26578109.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users