Search found 4 matches

by matsun
Thu Sep 07, 2017 10:20 am
Forum: Graphics, Figures & Tables
Topic: Some PGF/TikZ 3D drawings
Replies: 16
Views: 36037

Some PGF/TikZ 3D drawings



replace .estyle by .style , all of them. I fixed it on texample.net .



Hi Stefan,

The script on texample.net has stil this bug: even if it written with .style , the error is still present. Here's the link where I still see the bug. I have also tried to place again .estyle : in this case the ...
by matsun
Tue Sep 05, 2017 10:07 pm
Forum: Graphics, Figures & Tables
Topic: Some PGF/TikZ 3D drawings
Replies: 16
Views: 36037

Some PGF/TikZ 3D drawings

It seems that the current version of the code ( http://www.texample.net/tikz/examples/map-projections/ ) does not create one of the dashed radius. I have tried to compile both with Overleaf and with my local pdflatex and I get the following plot:
Capture.PNG

Does anyone know how I could fix this ...
by matsun
Tue Sep 05, 2017 1:43 pm
Forum: Graphics, Figures & Tables
Topic: Some PGF/TikZ 3D drawings
Replies: 16
Views: 36037

Some PGF/TikZ 3D drawings

Thank you for all this valuable Tex code. I am trying to expand it to support full drawing of ellipsoids, but I am a bit lost.

I have just opened a new topic related to this challenge: http://latex.org/forum/viewtopic.php?f=45&t=30160

Thanks a lot in advance!
by matsun
Tue Sep 05, 2017 1:39 pm
Forum: Graphics, Figures & Tables
Topic: Stereographic map projections for drawing ellipsoids
Replies: 1
Views: 1830

Stereographic map projections for drawing ellipsoids

I would need to plot with Tikz some 3D drawings of ellipsoids: I am trying to adapt the excellent code provided by Tomas M. Trzeciak for plotting spheres based on stereographic and cylindrical map projections.

Original code: http://www.texample.net/tikz/examples/map-projections/

I started to have ...