Labels

In this case we iterate using  apure function  and plot the bifurcation diagram for a map

[Graphics:../HTMLFiles/MATH5_TUT1_439.gif]

If you want to remove the  Axes, add Axis->False to the options.

Now we add a label by defining firdt the text

Bifurcation

Finally we place the label using Epilog in Show.  Notice that the curly brakets define the position for the label

Show[testF, Epilog->Text[txt1, {1.5, 3.8}] ] ;

[Graphics:../HTMLFiles/MATH5_TUT1_443.gif]

Here is a crazy parametric plot

[Graphics:../HTMLFiles/MATH5_TUT1_445.gif]


Created by Mathematica  (September 7, 2006) Valid XHTML 1.1!