MathGroup Archive 2008

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

Search the Archive

Re: ListContourPlot3D, no output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg91916] Re: ListContourPlot3D, no output
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 12 Sep 2008 05:30:29 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <gaar0a$13t$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

and you had not the idea, that this may be caused by your data ?
that you don't give us ?
Does

data = Table[RandomReal[], {2000}, {4}];
ListContourPlot3D[data]

work for you ?

Regards
   Jens

Adrian Lupascu wrote:
> Hi,
> 
> I am trying to use ListContourPlot3D on a table of the form {{x,y,z,f},...}. Execution does not give any error number and I get only a system of axis, with all the ranges {0,1}. I made sure that the table is properly formatted.
> I am really puzzled.
> 
> Adi
> 


  • Prev by Date: Re: Transformations in expressions
  • Next by Date: How to find the best fit for a list {x,y} of data
  • Previous by thread: Re: ListContourPlot3D, no output
  • Next by thread: Re: ListContourPlot3D, no output