howto:extract_multiplier
How to Extract Common Multiplier in Axis Labels
Problem
Values on axis is big (or small) enough and are displayed like 1.0×107, 1.2×107, 1.4×107, etc. I want to extract the multiplier ×107 from each label and put it separately.
Solution
Follow this steps:
- Open
Figure/Plot Properties, than go toAxes Propertiestab, than go toAxis Styletab and select the appropriate axis tab. - In
Major Labelssection setMultipliervalue to 10-7 (1e-7). - Add text ×107 to axis title or create new text label with this text. Example: Voltage, V, ×107
howto/extract_multiplier.txt · Last modified: by 127.0.0.1
