|
[Date Index]
[Thread Index]
[Author Index]
Re: Export points 3D plots
- To: mathgroup at smc.vnet.net
- Subject: [mg126936] Re: Export points 3D plots
- From: Gerry Flanagan <gvflan at midcoast.com>
- Date: Mon, 18 Jun 2012 05:47:13 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201206170759.DAA08890@smc.vnet.net>
This will extract all the triplets that make up the plot
t = Plot3D[Sin[x y], {x, 0, 4}, {y, 0, 4}];
Cases[t, List[_?NumberQ, _?NumberQ, _?NumberQ], Infinity]
Gerry F.
On 6/17/2012 3:59 AM, Mat' G. wrote:
> Hello,
> Is it possible to export the points of 3D plot to use it later in, say,
> a density plot?
> Any help would be welcome. :-)
> Yours,
> Mat'
>
>
>
Prev by Date:
Re: Export points 3D plots
Next by Date:
Re: Parenthesis reduction
Previous by thread:
Re: Export points 3D plots
Next by thread:
Re: Export points 3D plots
|