MathGroup Archive 2009

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

Search the Archive

Tube in ParametricPlot3D with too many details

  • To: mathgroup at smc.vnet.net
  • Subject: [mg100203] Tube in ParametricPlot3D with too many details
  • From: Giovanni Lanzani <ulissesroc at gmail.com>
  • Date: Thu, 28 May 2009 04:27:23 -0400 (EDT)

Hi,

I'm using the following code to get a tube around a homoclinic loop

hloop = ParametricPlot3D[{-2 Sech[ u], u - 2 Tanh[ u], 0 }, {u, -5,
   5}, PlotStyle -> {Tube[0.1], Red}, Axes -> None]

The only issue is that, if I try to export it as a pdf, I get too many
details which results in (too) big pdf.

Is there anyway to have Mathematica producing a plot with less
details? Thanks in advance

Giovanni Lanzani


  • Prev by Date: Numbering
  • Next by Date: Re: constants
  • Previous by thread: Re: Numbering
  • Next by thread: Re: Tube in ParametricPlot3D with too many details