From bf349c85d32141feb91b1a1fbbeae15bffed8017 Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Fri, 21 Aug 2026 16:44:13 -0600 Subject: [PATCH] docs: Update docs for v7 --- doc/python/LaTeX.md | 2 +- doc/python/axes.md | 2 +- doc/python/builtin-colorscales.md | 2 +- doc/python/colorscales.md | 2 +- doc/python/configuration-options.md | 10 +- doc/python/discrete-color.md | 2 +- doc/python/figure-factories.md | 5 +- doc/python/figure-introspection.md | 2 +- doc/python/figure-labels.md | 2 +- doc/python/graph-objects.md | 2 +- doc/python/graphing-multiple-chart-types.md | 2 +- doc/python/horizontal-vertical-shapes.md | 2 +- doc/python/hover-text-and-formatting.md | 2 +- doc/python/images.md | 2 +- doc/python/interactive-html-export.md | 2 +- doc/python/ipython-vs-python.md | 2 +- doc/python/legend.md | 2 +- doc/python/location-mode.md | 12 +- doc/python/map-configuration.md | 19 +- doc/python/marker-style.md | 2 +- doc/python/migrate-to-maplibre.md | 6 +- doc/python/multiple-axes.md | 6 +- doc/python/orca-management.md | 2 +- doc/python/pandas-backend.md | 2 +- doc/python/performance.md | 4 +- doc/python/px-arguments.md | 2 +- doc/python/quiver-plots.md | 144 +++++++++--- doc/python/sankey-diagram.md | 43 ++++ doc/python/selections.md | 2 +- doc/python/setting-graph-size.md | 2 +- doc/python/shapes.md | 2 +- doc/python/splom.md | 27 +++ doc/python/static-image-export.md | 4 +- .../static-image-generation-migration.md | 4 +- doc/python/styling-plotly-express.md | 2 +- doc/python/subplots.md | 2 +- doc/python/supported-colors.md | 19 +- doc/python/text-and-annotations.md | 2 +- doc/python/tick-formatting.md | 2 +- doc/python/troubleshooting.md | 2 +- doc/python/v4-migration.md | 2 +- doc/python/v6-changes.md | 2 +- doc/python/v7-changes.md | 209 ++++++++++++++++++ doc/python/wide-form.md | 2 +- 44 files changed, 489 insertions(+), 83 deletions(-) create mode 100644 doc/python/v7-changes.md diff --git a/doc/python/LaTeX.md b/doc/python/LaTeX.md index 744ff3f2ae0..67a64a890a3 100644 --- a/doc/python/LaTeX.md +++ b/doc/python/LaTeX.md @@ -35,7 +35,7 @@ jupyter: #### LaTeX Typesetting -Figure titles, axis labels and annotations all accept LaTeX directives for rendering mathematical formulas and notation, when the entire label is surrounded by dollar signs `$...$`. This rendering is handled by the [MathJax library](https://www.npmjs.com/package/mathjax?activeTab=versions), which must be loaded in the environment where figures are being rendered. MathJax is included by default in Jupyter-like environments. When embedding Plotly figures in other contexts it may be required to ensure that MathJax is separately loaded, for example via a `