Plotly API

This API is normally being used via PlutoVistaPlot.

PlutoVista.PlutoPlotlyPlotType
mutable struct PlutoPlotlyPlot <: PlutoVista.AbstractPlutoVistaBackend

Structure containing plot information for Plotly.js

source
PlutoVista.tricontour!Method
tricontour!(p, pts, tris, f; kwargs...)

Experimental. Plot piecewise linear function on triangular grid given as "heatmap" and with isolines using Plotly's mesh3d.

source
PlutoVista.contour!Method
contour!(p, X, Y, f; kwargs...)

Experimental. Plot heatmap and isolines on rectangular grid defined by X and Y using Plotly's native contour plot.

source
PlutoVista.triplot!Method
triplot!(p, pts, tris, f; kwargs...)

Experimental. Plot piecewise linear function on triangular grid given by points and triangles as matrices

source