Skip to content

Commit cca1b19

Browse files
committed
pass verbose flag
1 parent 5851ab8 commit cca1b19

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/maxplotlib/canvas/canvas.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,13 @@ def plot_plotext(
10301030
self._plotext_figure = wrapped
10311031
return wrapped
10321032

1033-
def plot_plotly(self, show=True, savefig=None, usetex: bool | None = None):
1033+
def plot_plotly(
1034+
self,
1035+
show=True,
1036+
savefig=None,
1037+
usetex: bool | None = None,
1038+
verbose: bool = False,
1039+
):
10341040
"""
10351041
Generate and optionally display the subplots using Plotly.
10361042

0 commit comments

Comments
 (0)