[ https://issues.apache.org/jira/browse/CLIMATE-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16275137#comment-16275137 ]
ASF GitHub Bot commented on CLIMATE-935: ---------------------------------------- Github user MichaelArthurAnderson commented on the issue: https://github.com/apache/climate/pull/461 Merged. > 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)