| Author |
Comment/Response |
Beat Tödtli
|
05/10/01 06:26am
Hi, Can you tell me how I can change the Thickness of the Line (curve) in a parametric plot? I have the following Plots:
In[1]:=
g = ParametricPlot3D[{v Cos[u], v Sin[u], 2u}, {v, 0, 10}, {u, 0, 20},
PlotPoints -> 30]
In[2]:=
gr1 = Show[Insert[g, EdgeForm[], {1, 1}]]
gr2 = ParametricPlot3D[{7Cos[u], 7 Sin[u], 2u}, {u, 0, 20}, PlotPoints -> 50]
In[4]:=
Show[gr1, gr2]
where the coordinate-Line (gr2) is not very well visible (so I tried taking a bold Line...)
Thanks for your advice!
URL: , |
|