On Wed, Jun 8, 2011 at 7:36 AM, Niko Eckerskorn
<noe...@rsphysse.anu.edu.au> wrote:
> Hi all,
>
> I'm looking for a way to add projections of a space curve to the coordinate 
> planes. I am plotting (x,y,z) triplets from a table
> with addplot3, but adding an \addplot afterwards plots in the same plane 
> whatever coordinates are specified.
>
> \addplot3+[ycomb] table[x=pow,y=awratio,z=zpos]{..};
> \addplot table[z=zpos,y=awratio]{..};
>
> Changes to coordinates in the second command( say z=zpos,x=awratio) does not 
> change the plane.
>
> Please have a look at the attached pdfs. The matlab one is what i want to 
> realise (with two sets of data, but you get the idea).
>
> Is it possible to specify a "addplot3" plane for addplot?
>
> Cheers,
> Niko
>
>
Hi.
I think that plotting (x,y,z) triplets with x=0 or y="constant" should
do the work. I would try (not tested):

\addplot3 table[x expr=0,y=awratio,z=zpos]
\addplot3 table[x=pow,y expr=0.5,z=zpos]

Luca

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to