Skip to content

Commit

Permalink
fix multiplot state when do non-logscale after logscale
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 12, 2024
1 parent 01155c5 commit 0637427
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/PDL/Graphics/Gnuplot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3122,6 +3122,12 @@ unset ylabel
unset cblabel
unset xrange
unset yrange
unset nonlinear x
unset nonlinear y
unset nonlinear x2
unset nonlinear y2
unset link x2
unset link y2
POS
} else {
# In single-plot mode, just issue a reset. Multiple newlines to work around a gnuplot problem.
Expand Down

0 comments on commit 0637427

Please sign in to comment.