Skip to content

Commit a328f1e

Browse files
committed
comment
1 parent 92f5086 commit a328f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnuplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ def add_plot_option(d,
27562756
27572757
# A baseline plot_options dict was given to us. We want to make the
27582758
# plot, but make sure to omit the legend key
2759-
add_plot_option(plot_options, 'unset', 'key')
2759+
gp.add_plot_option(plot_options, 'unset', 'key')
27602760
27612761
gp.plot(..., **plot_options)
27622762

0 commit comments

Comments
 (0)