| Frühere | Chronologischer Index | Spätere | ||
| Vorherige | Thematischer Index | Nächste | 
Hallo Frank,
die Hilfe sagt zu AxisLabel: "By default, axes labels in two-dimensional graphics are placed at the ends of the axes." Aber ich habe keine Beschreibung gefunden, wie ich das ändern kann. Weiß es jemand?
AxesLabel nimmt keine Positionsparameter entgegen, also verwendet man ein Konstrukt, das Positionsparameter annimmt, etwa
In[93]:= Plot[Sin[x + Sin[2 x + Sin[3 x + Sin[4 x]]]], {x, 0, 2 Pi},
 Frame -> True, FrameTicks -> {{None, All}, {All, None}},
 Epilog -> {Inset[Text[Style["X Label", 18]], {0.75, -1}, {0, -1},
    Background -> Hue[0.3]],
   Inset[Text[Style["Y Label", 18]], {6.12, 1.0}, {1, 0},
    Automatic, {0, 1},
    Background -> Hue[0.5]]}]
Gruss
Udo.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
 kuesterLabel.gif
kuesterLabel.gif
Description: GIF image
| Frühere | Chronologischer Index | Spätere | ||
| Vorherige | Thematischer Index | Nächste | 
 DMUG-Archiv, http://www.mathematica.ch/archiv.html
 DMUG-Archiv, http://www.mathematica.ch/archiv.html