scale label
GGouldT
I have a very simple question...
in the y scale label Igor automatically writes the scale at the first number,
for example 6.00x(10^-6) (in this case Ampere, see figure attached).
I would like instead delete the scale (10^-6), write simple numbers on the y
and write microAmpere elsewhere...
I have clicked all the options in the axis properties without results....
do you know how to do this? thank you!!!! G.
SetScale d, -100, 100, "A", myWave
I recommend you use fundamental units (A, s for seconds, m for meters, etc.) and not uA, ms, km, etc. Igor will add the appropriate prefix string to the unit string for you.
Then, in your label, use the \U escape code to indicate that Igor should insert the units string there. In your case you'd use something like:
Label left "I\\Bds\\M(t) [\\U]"
Otherwise, you can use the Exponent Prescale value in the Modify Axis dialog, Ticks and Grids tab. Or from the command line you'd use the prescaleExp keyword with ModifyGraph.
July 3, 2012 at 05:53 am - Permalink
I have to study well the syntax you have written,
but I have tried and it works well ! ..... thank you!
the exponent prescale menu is disabled in my window....
could you look at that? (attach)
Thank you again, you have been very kind.
G.
July 3, 2012 at 06:16 am - Permalink
If you need further help I suggest you email your Igor experiment to us at support@wavemetrics.com so that we can provide more assistance.
July 3, 2012 at 07:47 am - Permalink
ColorScale/C/N=text0 "error ( \\U )" // color scale has been previously added
error ( mrad )
.July 5, 2012 at 04:58 am - Permalink
I'm new in this forum and actually everything with scaling works fine in IGOR. I just want to know how I can do it for units of areas or volumes. Is this as well posible?
Thanks for your help in advance.
September 24, 2012 at 06:27 am - Permalink