Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Aug 24, 2023
1 parent bc4c937 commit 5d0364c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subplot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn test_subplot() -> Result<(), StrError> {
assert!(n > 600);
assert!(n < 650);

// clear current axis
// clear the current axes
plot.set_subplot(1, 2, 1).clear_current_axes();

// save figure again
Expand Down

0 comments on commit 5d0364c

Please sign in to comment.