Re: How can I change the scale on the axis from 10^5 to 10^3?



"Jacob Johansson" <pejasi@xxxxxxxxx> writes:

Hi!

In a plot where the x axis runs from 0 to 200 000 Matlab
automatically generates a scale with 0 to 2 and puts a 10^5 at the
bottom right. I want to change this scale to 10^3 for example. How
should I do?

Or, how could I manually change the text in for the object containing
the string "10^5". Can't find it...

Can you just change the x values you plot against?

plot(x/100, y)

Otherwise, look at the axis property 'XTickLabel'


-Peter
.



Relevant Pages

  • RE: How do I change my x-y scatter chart to show my column x values i.
    ... To not plot outliers, set the max. scale of the axis to a number that ... Double-click the axis; in the resulting dialog ... box, select the Scale tab. ... > was trying to plot. ...
    (microsoft.public.excel.charting)
  • Re: Plotting logrithmic graph
    ... Plot the data, then double click on the Y axis, and on the scale tab, ... Jon Peltier, Microsoft Excel MVP ...
    (microsoft.public.excel.charting)
  • Re: plot function
    ... it is likely that "plt" can be used to create ... x axis except using different units, ... example, the two units are the same except for a scale factor difference, so ... is it possible to have a plot with 2 scales on the x axis corresponding to the same value ...
    (comp.soft-sys.matlab)
  • Re: About ACF Plot in S+
    ... > scale of y axis to 0.4 instead of 1.0. ... to impose on the range of the y axis for the plot. ... See the help for the corresponding plot function, which in S-PLUS is ...
    (sci.stat.math)
  • Re: why my 2nd series scale change?
    ... Jon Peltier, Microsoft Excel MVP ... I want one scale at y left axis only but when I added another series ... I think I can delete the y right scale so the graph will be auto and no ...
    (microsoft.public.excel.charting)

Loading