Hi Matthias,

thank you for your positive feedback! I'm glad you find the software useful.

Concerning the problem with restricted axis limits in 3d plots: you are 
right, there is a problem. Unfortunately, it cannot be fixed easily as 
for the 2d case. The reason is that it would need 3d path clipping 
which, however, is unsupported by any of the involved tools at the 
moment - which means that it will probably remain an open issue for some 
time (sorry about that).

You may need to resort to work-arounds, for example using 'restrict x to 
domain'.

Thanks for reporting anyway!

Best regards

Christian

Am 02.08.2011 18:54, schrieb Matthias Buschmann:
> 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


------------------------------------------------------------------------------
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