Skip to content

Commit ba5f0bd

Browse files
committed
Update docstrings
1 parent cca1b19 commit ba5f0bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/maxplotlib/canvas/canvas.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,8 @@ def plot_plotly(
10431043
Parameters:
10441044
show (bool): Whether to display the plot.
10451045
savefig (str, optional): Filename to save the figure if provided.
1046+
verbose (bool): Whether to print verbose output.
1047+
10461048
"""
10471049

10481050
resolved_usetex = self._usetex if usetex is None else usetex

0 commit comments

Comments
 (0)