update authored by DEBREUVE Eric's avatar DEBREUVE Eric
...@@ -18,18 +18,43 @@ The code producing the plots below is https://src.koda.cnrs.fr/eric.debreuve/bab ...@@ -18,18 +18,43 @@ The code producing the plots below is https://src.koda.cnrs.fr/eric.debreuve/bab
.Scatter Plots .Scatter Plots
image::figure/plotly/scatter-plots.png[] image::figure/plotly/scatter-plots.png[]
[%nowrap]
----
----
.Line-based Plots .Line-based Plots
image::figure/plotly/line-plots.png[] image::figure/plotly/line-plots.png[]
[%nowrap]
----
----
.Arrow Fields .Arrow Fields
image::figure/plotly/arrow-plots.png[] image::figure/plotly/arrow-plots.png[]
[%nowrap]
----
----
.Image-based Plots .Image-based Plots
image::figure/plotly/image-plots.png[] image::figure/plotly/image-plots.png[]
[%nowrap]
----
----
.Triangular Mesh Plot .Triangular Mesh Plot
image::figure/plotly/mesh-plot.png[] image::figure/plotly/mesh-plot.png[]
[%nowrap]
----
----
.Count-based Plots .Count-based Plots
image::figure/plotly/count-plots.png[] image::figure/plotly/count-plots.png[]
... ...
......