|
[Date Index]
[Thread Index]
[Author Index]
Postscrip
Hello,
can anybody tell me why Mathematica omits automatically Blanks in
Graphics with the
FontFamily "Helvetica" and how I can avoid this?
See the following Example:
Plot[x,{x,1,2},Frame->True,
FrameLabel->{"x","y","first Title Text, second Title Text",""},
TextStyle-> {FontFamily -> "Courier", IndentMaxFraction->0}]
Plot[x,{x,1,2},Frame->True,
FrameLabel->{"x","y","first Title Text, second Title Text",""},
TextStyle-> {FontFamily -> "Times", IndentMaxFraction->0}]
Plot[x,{x,1,2},Frame->True,
FrameLabel->{"x","y","first Title Text, second Title Text",""},
TextStyle-> {FontFamily -> "Helvetica", IndentMaxFraction->0}]
Yours sincerely,
Peter Klamser
Prev by Date:
RE: MathLink
Next by Date:
finite element problem
Prev by thread:
numerical evaluation of hypergeometric
Next by thread:
finite element problem
|