Skip to content

Commit cf203f2

Browse files
committed
fix examples
1 parent 8f23e56 commit cf203f2

File tree

1 file changed

+2
-0
lines changed
  • packages/python/plotly/plotly/figure_factory

1 file changed

+2
-0
lines changed

packages/python/plotly/plotly/figure_factory/_trisurf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ def create_trisurf(
310310
aspectratio : dict
311311
A dictionary of the aspect ratio values for the x, y, and z axes. 'x', 'y', and 'z' take int or float values.
312312
313+
Examples
314+
--------
313315
Example 1: Sphere
314316
315317
>>> # Necessary Imports for Trisurf

0 commit comments

Comments
 (0)