I have multiple plots of permittivity against frequency, but they're hard to read because the frequency labels go from 4x10^14 to 1x10^15 in Hz. I want to label the frequency with THz instead of Hz, so each value would just get divided by 10^12. How do I do this?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
The easiest thing is often to scale the data itself rather than mess around with custom labels for the ticks. For example:
Or if you are plotting numerical data:
|
|||||||||||||||||
|
|
Get the tick specs using
|
|||
|
|
|
In Mathematica everything is an expression. That's the overarching concept that is fully pervasive throughout the entire Mathematica system. If you look at your plot expression with I can't write you code, because I don't know how your particular |
|||||
|



