diff --git a/neurokit2/ppg/ppg_plot.py b/neurokit2/ppg/ppg_plot.py index b77905e4d9..bf4ac19f71 100644 --- a/neurokit2/ppg/ppg_plot.py +++ b/neurokit2/ppg/ppg_plot.py @@ -117,6 +117,8 @@ def ppg_plot(ppg_signals, info=None, static=True): ax=ax2, ) + return fig + else: try: import plotly.graph_objects as go