|
[Date Index]
[Thread Index]
[Author Index]
Points on a ContourPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg91717] Points on a ContourPlot
- From: "SeekUp" <seek.up.girl at gmail.com>
- Date: Sat, 6 Sep 2008 02:08:13 -0400 (EDT)
- Reply-to: "SeekUp" <seek.up.girl at gmail.com>
I am trying to add Points to my ContourPlot to highlight certain points. The
code below doesn't work. Any clues how to do it?
tia
--------------------------------------------------------------------------
Show[
Graphics[ContourPlot[StabilityFnlens[f1, f2], {f1, -10, 30}, {f2, -10,
30},(*ContourStyle->None,*)ContourLabels -> Automatic, PlotPoints -> 100,
Contours -> 5, PlotRange -> {-1, 1},Frame -> True,FrameStyle ->
Directive[Thick],LabelStyle -> {18, FontFamily -> "Arial"}],
Graphics[{Red, PointSize[Large], Point[{{5, 5}, {9, 9}, {10, 10}, {20,
20}, }]}] (* doesn't work *)
]
]
Prev by Date:
FindFit and NormFunction (to find a best fit by medians)
Next by Date:
Re: data source for demonstration
Previous by thread:
Re: FindFit and NormFunction (to find a best fit by medians)
Next by thread:
Re: Points on a ContourPlot
|