File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
.. currentmodule :: {{ module }}
6
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
+
7
18
.. autoclass :: {{ objname }}
8
19
{% block methods %}
9
20
.. automethod :: __init__
10
- .. automethod :: show
11
- .. automethod :: update_layout
12
- .. automethod :: add_traces
13
21
{% endblock %}
14
22
23
+
15
24
.. autoclass :: {{ objname }}
16
25
:members:
17
26
:inherited-members:
Original file line number Diff line number Diff line change 1
1
.. _subplots :
2
2
3
- `plotly.subplots `: helper function for layout out multi-plot figures
3
+ `plotly.subplots `: helper function for laying out multi-plot figures
4
4
===========================
5
5
6
6
.. currentmodule :: plotly.subplots
You can’t perform that action at this time.
0 commit comments