The API allows toggling e.g. from scatter plot to bar chart (which is useful when e.g. sometimes you need to visualize the outcome of a classification and sometimes the one from a regression). However, different chart types sometimes need a different layout (e.g. bar charts often need more space for axis labels since they are category names whereas scatter plots just have numbers and need more space for the chart itself).
Therefore it would be useful if the API would also allow to move the axis position via IronPython (see Case_ID:02079141)