Skip to content

Commit d01d902

Browse files
authored
fix: r_minor_grid behavior is consistent with xyz_minor_grid
1 parent 0e834eb commit d01d902

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/matplot/core/axes_type.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,8 +1973,6 @@ namespace matplot {
19731973

19741974
void axes_type::r_minor_grid(bool r_minor_grid) {
19751975
r_minor_grid_ = r_minor_grid;
1976-
r_user_grid_ = true;
1977-
touch();
19781976
}
19791977

19801978
const class axis_type &axes_type::t_axis() const { return t_axis_; }

0 commit comments

Comments
 (0)