neuhausi / canvasXpress

CanvasXpress: A JavaScript Library for Data Analytics with Full Audit Trail Capabilities.
http://www.canvasXpress.org
290 stars 44 forks source link

Mesh function in 3D scatter Plot #52

Open mmuejde opened 6 years ago

mmuejde commented 6 years ago

Connect the points in the 3D scatter plot as triple with lines and so span a plane.

Example: http://pgfplots.net/tikz/examples/mesh-plot/

neuhausi commented 6 years ago

Do you mean a lattice? Like in the loess fit

https://canvasxpress.org/html/scatter3d-3.html

cx-scatter3d3

I can add it in version 18.9. I need to publish version 18.8 tonight to fix some bugs in the R interface.

Isaac

mmuejde commented 6 years ago

It's like a "lattice with triangular connections" between the data points. Your example is a regression. When you can add it in version 18.9, it would be great.

Example:

The data points are hidden in this example. Currently the heatmap feature in the example is not important.

delaun_2