| Author |
Comment/Response |
Olin
|
09/27/11 1:03pm
Hi,
I've been trying to create a large black & white image of a pseudosphere using ParametricPlot3D. I've finally settled on something like
Rasterize[
ParametricPlot3D[{Sech[u] Cos[v], Sech[u] Sin[v], u - Tanh[u]}, {u,
0, 2.8}, {v, -\[Pi], \[Pi]}, Lighting -> {{"Ambient", White}},
Axes -> False, Boxed -> False, ColorFunction -> White,
MeshStyle -> Thickness[0.002]
, PerformanceGoal -> "Quality", MaxRecursion -> 10,
PlotPoints -> 60, BoundaryStyle -> {Black, Thickness[0.002]}],
ImageSize -> 3000]
(maybe some of the settings aren't really necessary). However, the resulting image lacks any antialiasing, which would improve it greatly. Any tips how to do that? Thanks for any suggestions!
Olin
URL: , |
|