[texhax] no axes with pgfplots possible?
Daniel Greenhoe
dgreenhoe at gmail.com
Fri Dec 9 21:57:44 CET 2011
On Fri, Dec 9, 2011 at 3:30 PM, Daniel Greenhoe <dgreenhoe at gmail.com> wrote:
> 1. Is it possible for pgfplots using \addplot3 to *only* display the
> plotted waveform and *not* display anything else including axes, tic
> marks, labels, and legends?
An excellent question. Add this to your axis environment's parameter
list: "axis lines=none".
You can try this for example:
\begin{tikzpicture}
\begin{axis}[width=200mm,height=200mm,axis lines=none,line
width=1pt,colormap/redyellow]
\addplot3[mesh]{exp(0-0.2*x^2-y^2)};
\end{axis}
\end{tikzpicture}
Dan
On Fri, Dec 9, 2011 at 3:30 PM, Daniel Greenhoe <dgreenhoe at gmail.com> wrote:
> I am very new to pgfplots. Can someone answer these two questions for me?
>
> 1. Is it possible for pgfplots using \addplot3 to *only* display the
> plotted waveform and *not* display anything else including axes, tic
> marks, labels, and legends?
>
> 2. If I load the xcolor package with the cmyk option
> (\usepackage[cmyk]{xcolor}), will the colors in any plots generated by
> pgfplots be specified in cmyk values (e.g., if the final output is
> pdf, will the colors be specified in terms of cmyk values within the
> pdf file)?
>
> Many thanks in advance,
> Dan
More information about the texhax
mailing list