| Author |
Comment/Response |
Kevin Osborn
|
10/25/99 07:50am
My labels in the following plot are cut off once I convert my Plot using FullGraphics. How do I fix this?
$TextStyle={FontSize\[Rule]12,FontWeight\[Rule]''Bold'',
FontFamily\[Rule]''Times''};
p1=Plot[Sin[x],{x,0,2Pi},Frame->True,Axes->False,
FrameTicks\[Rule]{{0,2 Pi},{-1,0,1},None,None},
FrameLabel\[Rule]{\[Theta],Sin[\[Theta]]}]
p1full=p1//FullGraphics
Show[p1full]
URL: , |
|