I have a dataset follows here.
dataset = {{0, 10, 1.8988}, {0.234, 10, 1.546}, {0.5, 10,
1.98765}, {0.89, 10, 2.12377}, {1.01, 10, 2.345}, {1.345, 10,
2.789}, {1.908, 10, 3.123}};
ListPointPlot3D[{dataset}, PlotStyle -> {Thick, Red}, Axes -> True,
Ticks -> {{0, 0.5, 1.0, 1.5}, {14}, {0.9, 2, 2.7}},
ClipPlanesStyle -> {Opacity[6, Gray]},
AxesLabel -> {"Concentration", "Carbon atoms", "Dipole moment"},
ImageSize -> 500, FaceGrids -> None, ViewPoint -> {1.5, 14, 3},
FillingStyle -> LightBlue, Boxed -> True ,
BoxStyle -> {Hue[0.54, 0.46, 0.89], Thickness[0.003]},
BaseStyle -> Gray, AxesStyle -> Thick]
But I could not build up a proper 3D plot.
Please help me.
Thank You.