I'm trying to label a 2D plot with something like $A/B$ rather than $\frac{A}{B}$. I have tried:
Plot[Sin[x], {x, 0, 10}, AxesLabel -> {HoldForm[A/B], y}]
However, this leaves the $x$-axis as $\frac{A}{B}$. Any ideas?
|
|
|
Use
Or just string:
You can also wrap these things in
|
||||
|
|
If you would like to get a display along the lines of the $\LaTeX$ command
What I did in the function I added the |
|||
|
|