Plots.jl: non-scientific yformatter option

Created on 11 Nov 2018  路  4Comments  路  Source: JuliaPlots/Plots.jl

This came up in #413. If one wants to avoid automatic scientific notation of y tick labels there doesn't seem to be a way to do so (currently there are only :scientific and :auto options). How about we add an option like yformatter=none or yformatter=:nonscientific? I don't have any strong opinion about the name of the option.

Documentation

Most helpful comment

yformatter = :plain should do what you want.

All 4 comments

Good idea 馃憤

yformatter = :plain should do what you want.

:-O

Wow awesome, I had no idea--thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mkborregaard picture mkborregaard  路  3Comments

pkofod picture pkofod  路  3Comments

crstnbr picture crstnbr  路  3Comments

dancsi picture dancsi  路  4Comments

daschw picture daschw  路  3Comments