MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: How to remove external parentheses from a list
  • Next by Date: variable-length input table
  • Previous by thread: Integrating external Jar
  • Next by thread: Re: parametric plot and filling