| Author |
Comment/Response |
Michael
|
07/31/12 4:46pm
Try this;
ListPlot[{{1, 2, 3}, {10, 20, 30}}, Frame -> True,
FrameTicks -> {{{1, 2, 3}, {10, 20, 30}}, {All, None}},
Epilog -> {Text[
Style["A rather long comment at (2.5, 25)", 16], {2.5, 25}, {-1,
0}]},
PlotRangeClipping -> False,
ImagePadding -> {{Automatic, 200}, {Automatic, Automatic}}]
If it's not like what you want, perhaps you could clarify further.
URL: , |
|