Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 884d666

Browse files
committed
fixed maxy bug
svn path=/trunk/matplotlib/; revision=1928
1 parent 7768616 commit 884d666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_transforms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Bbox::update_numerix(const Py::Tuple &args) {
501501
if (!yok) {
502502
if (!MPL_isnan64(thisy)) {
503503
miny=thisy;
504-
maxy=thisx;
504+
maxy=thisy;
505505
yok=1;
506506
}
507507
}

0 commit comments

Comments
 (0)