We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36d8dc6 + 554aaa7 commit f3ea004Copy full SHA for f3ea004
source/matplot/core/axes_type.cpp
@@ -2214,6 +2214,9 @@ namespace matplot {
2214
y_axis_.limits_mode_auto(true);
2215
y2_axis_.limits_mode_auto(true);
2216
z_axis_.limits_mode_auto(true);
2217
+ axes_type::x_axis().reverse(false);
2218
+ axes_type::y_axis().reverse(false);
2219
+ minor_grid(false);
2220
touch();
2221
}
2222
@@ -5416,4 +5419,4 @@ namespace matplot {
5416
5419
parent_->backend_->draw_path(cx,cy,color);
5417
5420
5418
5421
-} // namespace matplot
5422
+} // namespace matplot
0 commit comments