Skip to main content
Moderate clean-up
Source Link
m_goldberg
  • 108.6k
  • 16
  • 107
  • 263

I´m trying to obtain the convex hull (with transparent faces) of a small numer osnumber of points. I would like the Plot to have

  • marking the points as spheres

    the points shown with small spheres
  • with the numbers 1,2,3,... in the axis (that´s I can´t see in any Graphics3D answers)

    p = {{2, 1, 6}, {4, 3, 0}, {5, 2, 5}, {3, 5, 4}} ListPointPlot3D[p, PlotStyle -> {Red, "Sphere", Large}, PlotRange -> {{0, 6}, {0, 6}, {0, 6}}, AxesLabel -> Automatic]

    numbers 1, 2, 3, ... along the axes

Here is what I have tried.

p = {{2, 1, 6}, {4, 3, 0}, {5, 2, 5}, {3, 5, 4}} ListPointPlot3D[p, PlotStyle -> {Red, "Sphere", Large}, PlotRange -> {{0, 6}, {0, 6}, {0, 6}}, AxesLabel -> Automatic] 

Could you help me.

I´m trying to obtain the convex hull (with transparent faces) of a small numer os points

  • marking the points as spheres

  • with the numbers 1,2,3,... in the axis (that´s I can´t see in any Graphics3D answers)

    p = {{2, 1, 6}, {4, 3, 0}, {5, 2, 5}, {3, 5, 4}} ListPointPlot3D[p, PlotStyle -> {Red, "Sphere", Large}, PlotRange -> {{0, 6}, {0, 6}, {0, 6}}, AxesLabel -> Automatic]

Could you help me

I´m trying to obtain the convex hull (with transparent faces) of a small number of points. I would like the Plot to have

  • the points shown with small spheres
  • numbers 1, 2, 3, ... along the axes

Here is what I have tried.

p = {{2, 1, 6}, {4, 3, 0}, {5, 2, 5}, {3, 5, 4}} ListPointPlot3D[p, PlotStyle -> {Red, "Sphere", Large}, PlotRange -> {{0, 6}, {0, 6}, {0, 6}}, AxesLabel -> Automatic] 

Could you help me.

edited title
Link
RunnyKine
  • 33.5k
  • 3
  • 111
  • 178

How to draw a 3D convex hull of a listset of point?and axis numberspoints with styling

add computational-geometry tag
Link
halmir
  • 16.2k
  • 38
  • 59
Source Link
Mika Ike
  • 3.3k
  • 1
  • 24
  • 44
Loading