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 974c8a3 commit f5504d9Copy full SHA for f5504d9
apidoc/_templates/class_figure.rst
@@ -5,23 +5,18 @@
5
.. currentmodule:: {{ module }}
6
7
.. autoclass:: {{ objname }}
8
-
9
{% block methods %}
10
.. automethod:: __init__
11
.. automethod:: show
12
.. automethod:: update_layout
13
.. automethod:: add_traces
14
{% endblock %}
15
16
-Other methods
17
-{{ underline }}==============
18
19
-.. autosummary::
20
- :toctree: generated/
21
22
- plotly.graph_objects.{{ objname }}
23
+.. autoclass:: {{ objname }}
+ :members:
+ :inherited-members:
24
25
.. raw:: html
26
27
<div class="clearer"></div>
+
apidoc/graph_objects.rst
@@ -16,9 +16,10 @@ Figure
.. autosummary::
:toctree: generated/
- :template: trace.rst
+ :template: class_figure.rst
+ Figure
- Figure
Layout
------
0 commit comments