Hi, I'm not an expert, but I got the attached script to do what you need ( at least as I understand it). It isn't quite nice, because I need interactive mode turned on for proper value in the xtick labels in order to modify them. Maybe it is a kind of beginning for a good solution or maybe a proper solution is out there.
regards Matthias On Thursday 11 September 2008 22:59:31 johnny_c wrote: > 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
contour_with_10_to_X_labels.py
Description: application/python
------------------------------------------------------------------------- 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