A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/alandefreitas/matplotplusplus/commit/fdcae8823069a77e26cd92b0581fe6d6bcd5dffc below:

Fix axis error in axes_type::ylim() · alandefreitas/matplotplusplus@fdcae88 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -2132,7 +2132,7 @@ namespace matplot {

2132 2132

}

2133 2133 2134 2134

std::array<double, 2> axes_type::ylim() const {

2135 -

if (x_axis_.limits_mode_auto()) {

2135 +

if (y_axis_.limits_mode_auto()) {

2136 2136

auto [xmin, xmax, ymin, ymax] = this->child_limits();

2137 2137

return std::array<double, 2>{ymin, ymax};

2138 2138

} else {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4