I've a problem concerning construction of log y-axis in a graphic. How can I manage that the units/numbers of my log y-axis aren't shown in 1e+03, 1e+04, 1e+05 etc...., but only in regluar arabic numbers (1000, 10000, 100000)? Thanks.
|
2
|
|
|
|
|
|
You need to remove the axis (by setting
This was asked before on R-help. |
||||
|
|
|
Additionally, if you just don't like the look of 1e+03 scientific notation, the sfsmisc package has the axTxpr() function to format axis labels in a * 10^k notation.
|
||
|
|
