[SciPy-User] about plot

Andreas Hilboll lists at hilboll.de
Wed Apr 2 12:27:41 EDT 2014


On 02.04.2014 18:24, lily li wrote:
> Hi Scipy users,
> 
> I'd like to ask that when plotting lines between two pairs of points,
> how to avoid scientific notation? For example, 100,000 is show as 1
> +10e5, but I want it to show as 100,000. Thanks!

Hi Lily,

questions about matplotlib are best posted to the matplotlib mailing
list or to stackoverflow.

In short, you can achieve what you want using the set_xticklabels() /
set_yticklabels() functions.

-- Andreas.



More information about the SciPy-User mailing list