|
From: Alex S <sch...@gm...> - 2010-04-06 18:16:21
|
Hi there, I've got a program that generates a bunch of plots with logarithmic charts. Matplotlib handles them great, but it seems to by default label the y axis ticks 10^0, 10^1, 10^2 etc. Is there an way to make it spell out these numbers instead (ie 1, 10, 100 etc)? I guess I could make custom ticks for every one, but the graph is not always the same and if it could do it automatically it would be much better. Thanks a lot, Alex -- View this message in context: http://old.nabble.com/Not-using-exponents-on-y-axis-of-log-graphs-tp28155571p28155571.html Sent from the matplotlib - users mailing list archive at Nabble.com. |