Re: How can I change the scale on the axis from 10^5 to 10^3?
- From: Peter Boettcher <boettcher@xxxxxxxxxx>
- Date: Thu, 05 Jul 2007 13:39:28 -0400
"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
.
- References:
- How can I change the scale on the axis from 10^5 to 10^3?
- From: Jacob Johansson
- How can I change the scale on the axis from 10^5 to 10^3?
- Prev by Date: Re: cellfun help please
- Next by Date: Re: How can I change the scale on the axis from 10^5 to 10^3?
- Previous by thread: How can I change the scale on the axis from 10^5 to 10^3?
- Next by thread: Re: How can I change the scale on the axis from 10^5 to 10^3?
- Index(es):
Relevant Pages
|
Loading