Admin message
Gitlab a été mis à jour
Changes
Page history
added plotly gallery
authored
Apr 07, 2023
by
DEBREUVE Eric
Show whitespace changes
Inline
Side-by-side
PLOT-EXAMPLES-PLOTLY.asciidoc
0 → 100644
View page @
748496be
= BabelPlot: Plotly Examples
Eric Debreuve (since 2022)
:sectnums:
:toc:
:toclevels: 2
:toc-title: Table of Contents
:toc: right
The code producing the plots below is https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/blob/main/documentation/gallery-plotly.py[gallery-plotly.py]. It relies on the https://plotly.com/python/[Plotly for Python] backend.
.Scatter Plots
'''
.Scatter Plots
image::figure/plotly/scatter-plots.png[]
.Line-based Plots
image::figure/plotly/line-plots.png[]
.Image-based Plots
image::figure/plotly/image-plots.png[]
.Triangular Mesh Plot
image::figure/plotly/mesh-plot.png[]
.Count-based Plots
image::figure/plotly/count-plots.png[]