Graphics, Figures & TablesSome PGF/TikZ 3D drawings

Information and discussion about graphics, figures & tables in LaTeX documents.
startrucky
Posts: 11
Joined: Mon Aug 18, 2014 2:02 pm

Re: Some PGF/TikZ 3D drawings

Post by startrucky »

Hi,
thanks, now they are showed, the rest just seems to be screwed now, but well i hope that is just reordering some nodes.
Thanks a lot for the quick help
sty

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10326
Joined: Mon Mar 10, 2008 9:44 pm

Re: Some PGF/TikZ 3D drawings

Post by Stefan Kottwitz »

Hi sty,

welcome to the forum!

Perhaps open a new topic with the new specific problem, so it's better to see than attached to an old thread. Don't hesitate to open your own topics. Feel free to link to older topics, if you would like to refer to them.

Stefan
LaTeX.org admin
startrucky
Posts: 11
Joined: Mon Aug 18, 2014 2:02 pm

Some PGF/TikZ 3D drawings

Post by startrucky »

matsun
Posts: 4
Joined: Tue Sep 05, 2017 1:21 pm

Some PGF/TikZ 3D drawings

Post by matsun »

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!
matsun
Posts: 4
Joined: Tue Sep 05, 2017 1:21 pm

Some PGF/TikZ 3D drawings

Post by matsun »

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
Capture.PNG (24.98 KiB) Viewed 5085 times
Does anyone know how I could fix this error?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10326
Joined: Mon Mar 10, 2008 9:44 pm

Some PGF/TikZ 3D drawings

Post by Stefan Kottwitz »

Hi matsun,

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

Thank you for the information,

Stefan
LaTeX.org admin
matsun
Posts: 4
Joined: Tue Sep 05, 2017 1:21 pm

Some PGF/TikZ 3D drawings

Post by matsun »

Stefan Kottwitz wrote:
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 dashed radius appears, but the longitudinal and latitudinal lines disappear.

With .style:
style.PNG
style.PNG (184.08 KiB) Viewed 5056 times

With .estyle:
estyle.PNG
estyle.PNG (133.75 KiB) Viewed 5056 times
How to draw both the dashed radius and the longitudinal/latitudinal lines?
Post Reply