Hi Everyone,

first of all, thanks for the great work. I used pgfplots for presenting data in 
my diploma-thesis and it looks great and works smoothly.

However I noticed a small detail, when I tried to create some pseudo-3d-plots. 
That is for example representing a time-series of actually 2d-data in one 3d-
plot.

For this I used the \addplot3 command and it works quite well. But if you try 
plotting data that exceeds the axis (normally the data would be cut off at 
coordinate "xmin=...") it is not cut off, if it is still inside the plotted 3d-
axis. 

Sorry if this is a bit confusing, I tried to create a minimal example to 
elaborate:

\begin{tikzpicture}
 \begin{axis}[width=\linewidth, height=8cm, xlabel style={sloped}, ylabel 
style={sloped}, title={}, xmin=0, xmax=5, zmin=0, zmax=1, ymin=0, ymax=10, 
view={10}{30}]
  \foreach \i in {0,0.5,1,1.5,...,10} {\addplot3 [no marks] coordinates {(-2,
\i,0)(2.5,\i,1)(5,\i,0)};}
 \end{axis}
\end{tikzpicture}

At some point it may be useful to extend the axis-limits to the 3d-axis 
environment. I wasn't able to try the new version yet, so maybe this note is 
outdated. In that case it may however inspire some ideas for creating 
pseudo-3d-plots.

Thanks and best regards
Matthias

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to