Re: PlotMarker in ContourPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg126756] Re: PlotMarker in ContourPlot
- From: janos <janostothmeister at gmail.com>
- Date: Tue, 5 Jun 2012 04:51:49 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201206010918.FAA11815@smc.vnet.net> <jqcng3$16l$1@smc.vnet.net>
On Jun 2, 11:47 am, Bob Hanlon <hanlonr... at gmail.com> wrote: > Use ContourLabels > > ContourPlot[Sin[x] Sin[y], > {x, 0, 3}, {y, 0, 3}, > Contours -> {.25, .75}, > ContourLabels -> (Text[#3, {#1, #2}, > Background -> White] &), > ContourShading -> None] > > ListContourPlot[ > Table[Sin[x] Sin[y], > {x, 0, 3, 0.1}, {y, 0, 3, 0.1}], > Contours -> {.25, .75}, > ContourLabels -> (Text[#3, {#1, #2}, > Background -> White] &), > ContourShading -> None] > > Bob Hanlon > > > > > > > > On Fri, Jun 1, 2012 at 5:18 AM, janos <janostothmeis... at gmail.com> wrote: > > I have the contours of two functions in a single figure and I should > > like to denote them with different markers as it is possible in > > ListPlot. Any idea? > > > Thank you. > > > J=E1nos Thanks, the idea is good, although I have to elaborate it a bit. Another ide was to use Dashing and Thickness with a wide range of parameters. J=E1nos
- References:
- PlotMarker in ContourPlot
- From: janos <janostothmeister@gmail.com>
- PlotMarker in ContourPlot