Skip to main content

Data Visualization

  1. PlotlyJS and E-Charts are used to implement data visualization.

  2. We have some built-in functions for making and viewing figures:

  • plot2D(setX, setY) - A scatter plot

  • plot2DLine(setX, setY ) - A line

  • plot3D(setX, setY, setZ) - A 3-D scatter plot

  • plot3DMesh(setX, setY, setZ) - A 3-D mesh

Here is an example:


tip

For more ways to view data, visit PlotlyJS

Then use our built-in function draw(data, layout) in conjunction with PlotlyJS