Tyrone Curtis
This is a Mathematica package which places labels or legends on contour plots. It was modified slightly from the original package distributed with the book Mathematica Graphics by Tom Wickham-Jones (1994) to suit Mathematica Version 5.1. Please note that this some commands used in this may be incompatible with earlier versions of Mathematica.
Important!!
In order to use this package, it must be saved to a folder named
Graphics (or it may be possible to save this to the Mathematica
AddOns/StandardPackages Graphics folder). If it is not possible
to save the file to the Mathematica Graphics folder, then when
running Mathematica notebook which utilises this package it its
necessary to append the path containing the folder Graphics (which
you have saved the file to) to the current Mathematica Path.
This may be done using the command:
AppendTo[ $Path, "path containing the folder Graphics
which contains the file LabelContour.m"]
Once the
file has been saved to the Mathematica Graphics folder (or another
folder named Graphics and the Mathematica path appended as described
above), the package must be loaded using the command
Needs["Graphics`LabelContour`"]
LabelContour.m
