how to plot 'carpet' of curves
- To: mathgroup at smc.vnet.net
- Subject: [mg117471] how to plot 'carpet' of curves
- From: Ted Sariyski <tsariysk at craft-tech.com>
- Date: Sat, 19 Mar 2011 05:21:34 -0500 (EST)
- References: <ilksc4$69u$1@smc.vnet.net> <201103141158.GAA07823@smc.vnet.net> <201103151103.GAA24699@smc.vnet.net> <201103161151.GAA12477@smc.vnet.net>
Hi, I have a time series of curves {f1(x),f2(x),... } associated with times {t1,t2,...}. I want to plot the curves 'cascaded': curve f1 at plane t=t1, f2 at plane t=t2, etc. Using lists {f,x,t} I am able to use ListPlot3D and it pretty much shows what I want but still it is not a 'carpet' of curves. I guess I could make ListPlot3D to behave like ParametricPlot3D but was not able to figure out how. Any help is highly appreciated. Thanks, --Ted
- References:
- Re: Export strings to .pdf
- From: Yves Klett <yves.klett@googlemail.com>
- how to partition a list
- From: Ted Sariyski <tsariysk@craft-tech.com>
- Re: how to partition a list
- From: Heike Gramberg <heike.gramberg@gmail.com>
- Re: Export strings to .pdf