|
[Date Index]
[Thread Index]
[Author Index]
Re: ContourPlot help
Chris M. Mitas wrote:
>
> Hi,
>
> I use Mathematica 3.0 on a Mac and I would greatly appreciate it if
> somebody could help me with the following, very simple question:
>
> How can I label my contour lines with their respective value?
>
> I already spent too much time trying to find something by myself, and
> since this seems rather trivial, I thought that someone has already
> figured it out.
>
> Thanks,
>
> Chris
I don't know if there is a specific command to do this, but when I want
to label curves with text in the middle, I use
Show[originalplot,Graphics[Text["this is graph
blah.",{xposition,yposition}]]]
It is somewhat a brute force approach, but it works. --
Remove the _nospam_ in the return address to respond.
Prev by Date:
Re: Result from FindRoot
Next by Date:
Re: Result from FindRoot
Prev by thread:
ContourPlot help
Next by thread:
Re: ContourPlot help
|