Hi, 

 I have a contour plot with a log scale on the x and y axes and I would like
it to read "10^1 10^2 10^3 10^4". How would I go about doing this?

Here's how I'm currently making the plot..

contour( log10(x), log10(y), z   )

This only displays something like "0 1 2 3 4". 

Any suggestions?

If there is a really obvious solution to this, then I apologize, but I can't
seem to figure it out.
Thanks
-- 
View this message in context: 
http://www.nabble.com/changing-axes-of-contour-plot-tp19444605p19444605.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to