MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Export points 3D plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg126940] Re: Export points 3D plots
  • From: christopher arthur <chris.arthur1 at gmail.com>
  • Date: Mon, 18 Jun 2012 05:48:36 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201206170759.DAA08890@smc.vnet.net>
  • Reply-to: chris.arthur1 at gmail.com

data=Table[your_function[x,y],{x,1,10},{y,1,10}];
data>>testfile
Clear[data];
data<<testfile

ListDensityPlot[data]


Mat' G. a écrit :
> 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: Parenthesis reduction
  • Next by Date: Re: Export points 3D plots
  • Previous by thread: Export points 3D plots
  • Next by thread: Re: Export points 3D plots