Graphics, Figures & Tables ⇒ Some PGF/TikZ 3D drawings
-
- Posts: 11
- Joined: Mon Aug 18, 2014 2:02 pm
Re: Some PGF/TikZ 3D drawings
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
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
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Some PGF/TikZ 3D drawings
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
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
-
- Posts: 11
- Joined: Mon Aug 18, 2014 2:02 pm
Some PGF/TikZ 3D drawings
Thanks,
moved to here: http://latex-community.org/forum/viewto ... 45&t=25078
moved to here: http://latex-community.org/forum/viewto ... 45&t=25078
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!
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!
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:
Does anyone know how I could fix this error?
- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
Some PGF/TikZ 3D drawings
Hi matsun,
replace
Thank you for the information,
Stefan
replace
.estyle
by .style
, all of them. I fixed it on texample.net
.Thank you for the information,
Stefan
LaTeX.org admin
Some PGF/TikZ 3D drawings
Hi Stefan,Stefan Kottwitz wrote:
replace.estyle
by.style
, all of them. I fixed it ontexample.net
.
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
:
With
.estyle
:
How to draw both the dashed radius and the longitudinal/latitudinal lines?