Skip to main content
added 14 characters in body
Source Link
warsaga
  • 551
  • 3
  • 10

I have a large set of points that are close to manifold which I want to show in a ListPointPlot3D. Using part of the data set illustrates this

plot http://vollmer.ms/homog3d_0

plot http://vollmer.ms/homog3d_1

there are fewer data points in the middle.

But using all the data with

ListPointPlot3D[list[[2 ;; n]]] 

results in

plot http://vollmer.ms/homog3d_2

How can I iIs there a better way to visualize this? Somehow something like 3d contour plot of the density.

I have a large set of points that are close to manifold which I want to show in a ListPointPlot3D. Using part of the data set illustrates this

plot http://vollmer.ms/homog3d_0

plot http://vollmer.ms/homog3d_1

there are fewer data points in the middle.

But using all the data with

ListPointPlot3D[list[[2 ;; n]]] 

results in

plot http://vollmer.ms/homog3d_2

How can I i

I have a large set of points that are close to manifold which I want to show in a ListPointPlot3D. Using part of the data set illustrates this

plot http://vollmer.ms/homog3d_0

plot http://vollmer.ms/homog3d_1

there are fewer data points in the middle.

But using all the data with

ListPointPlot3D[list[[2 ;; n]]] 

results in

plot http://vollmer.ms/homog3d_2

Is there a better way to visualize this? Somehow something like 3d contour plot of the density.

edited body
Source Link
Sjoerd C. de Vries
  • 66.4k
  • 15
  • 192
  • 337

I have a large set of Pointspoints that are close to manifold which I want to show in a 'ListPointPlot3D[]'ListPointPlot3D. Using part of the data set illustrate alrightillustrates this

plot http://vollmer.ms/homog3d_0

plot http://vollmer.ms/homog3d_1

there is lessare fewer data points in the middle.

But using all the data 'ListPointPlot3D[list[[2 ;; n]]]'with

ListPointPlot3D[list[[2 ;; n]]] 

results in   

plot http://vollmer.ms/homog3d_2

How can I i

I have a large set of Points that are close to manifold which I want to show in a 'ListPointPlot3D[]'. Using part of data set illustrate alright

plot http://vollmer.ms/homog3d_0

plot http://vollmer.ms/homog3d_1

there is less data points in the middle.

But using all the data 'ListPointPlot3D[list[[2 ;; n]]]' results in  plot http://vollmer.ms/homog3d_2

How can I i

I have a large set of points that are close to manifold which I want to show in a ListPointPlot3D. Using part of the data set illustrates this

plot http://vollmer.ms/homog3d_0

plot http://vollmer.ms/homog3d_1

there are fewer data points in the middle.

But using all the data with

ListPointPlot3D[list[[2 ;; n]]] 

results in 

plot http://vollmer.ms/homog3d_2

How can I i

Source Link
warsaga
  • 551
  • 3
  • 10

ListPointPlot3d to visualize points close to a manifold

I have a large set of Points that are close to manifold which I want to show in a 'ListPointPlot3D[]'. Using part of data set illustrate alright

plot http://vollmer.ms/homog3d_0

plot http://vollmer.ms/homog3d_1

there is less data points in the middle.

But using all the data 'ListPointPlot3D[list[[2 ;; n]]]' results in plot http://vollmer.ms/homog3d_2

How can I i