We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd94080 commit c31ef55Copy full SHA for c31ef55
apidoc/_templates/class_figure.rst
@@ -4,14 +4,23 @@
4
5
.. currentmodule:: {{ module }}
6
7
+.. autosummary::
8
+ :toctree: generated/
9
+
10
+ Figure
11
12
+ Figure.show
13
+ Figure.add_traces
14
+ Figure.update_traces
15
+ Figure.update_layout
16
17
18
.. autoclass:: {{ objname }}
19
{% block methods %}
20
.. automethod:: __init__
- .. automethod:: show
- .. automethod:: update_layout
- .. automethod:: add_traces
21
{% endblock %}
22
23
24
25
:members:
26
:inherited-members:
apidoc/subplots.rst
@@ -1,6 +1,6 @@
1
.. _subplots:
2
3
-`plotly.subplots`: helper function for layout out multi-plot figures
+`plotly.subplots`: helper function for laying out multi-plot figures
===========================
.. currentmodule:: plotly.subplots
0 commit comments