Michael Anderson created CLIMATE-935: ----------------------------------------
Summary: subregions_portrait_diagram.py Uses Old Style Bounds Constructor Key: CLIMATE-935 URL: https://issues.apache.org/jira/browse/CLIMATE-935 Project: Apache Open Climate Workbench Issue Type: Bug Components: examples Reporter: Michael Anderson Assignee: Michael Anderson Example uses: Bounds(-10.0, 0.0, 29.0, 36.5) Should use: Bounds(lat_min=-10.0, lat_max=0.0, lon_min=29.0, lon_max=36.5) Else throws error. -- This message was sent by Atlassian JIRA (v6.4.14#64029)