parametric plot and filling
- To: mathgroup at smc.vnet.net
- Subject: [mg131530] parametric plot and filling
- From: Francisco Gutierrez <fgutiers2002 at yahoo.com>
- Date: Tue, 20 Aug 2013 07:36:51 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- Reply-to: Francisco Gutierrez <fgutiers2002 at yahoo.com>
Dear group: DoesParametricPlot admit the Filling option? Seems it not? How then to perform it? Lokk at the following simple example: ParametricPlot[{{2 t,-t^2},{6+ 2 t,-t^2}}, {t,-2,2},Axes->{True,False}, Ticks->None, PlotStyle->{{Thick,Cyan},{Thick,Green}}] The if I introduce the Filling command inside PlotStyle nothing happens, and outside it produces an error. Any ideas? francisco
- Follow-Ups:
- Re: parametric plot and filling
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: parametric plot and filling
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: parametric plot and filling
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: parametric plot and filling