Search found 2 matches

by Tyrion1989
Thu Aug 13, 2015 5:15 pm
Forum: Graphics, Figures & Tables
Topic: Shaded ellipsoid with PGFplots
Replies: 2
Views: 5361

Re: Shaded ellipsoid with PGFplots

Hi, the problem is that the shading coordinate system is still wrong. I want the shading to look like if a light bulb would shine on the ellipsoid. So the colormap should extend from the top maybe and extend in all direction isotropically. Right now there is this "line" dividing the ellipsoid into ...
by Tyrion1989
Thu Aug 13, 2015 1:42 pm
Forum: Graphics, Figures & Tables
Topic: Shaded ellipsoid with PGFplots
Replies: 2
Views: 5361

Shaded ellipsoid with PGFplots

Hey, I'm trying to display a shaded 3D ellipsoid with axis labels with PGFplots. So far I achieved this.

\documentclass{standalone}
\usepackage{tikz}
\usepackage{pgfplots,tikz-3dplot}
\begin{document}
\begin{tikzpicture}
\begin{axis}[%
width=0.8\textwidth,
axis equal,
axis lines = center,
y ...