Skip to content

Commit 9bb5e87

Browse files
committed
some progress
1 parent e96fdbf commit 9bb5e87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/plotting.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,9 +625,9 @@ function plot_polars(
625625
# save_plot(res, save_path, title, data_type=data_type)
626626
# end
627627

628-
# if is_show
629-
# show_plot(res)
630-
# end
628+
if is_show
629+
show_plot(fig)
630+
end
631631

632-
# return res
632+
return fig
633633
end

0 commit comments

Comments
 (0)