We frequently have a situation where we plot a line on the left y-axis and a bar on the right y-axis, and we want to set the bar scale so that the bars do not occupy the full range of the displayed axis; e.g. the bar values may range form 0 to 50, but we want the right y-axis scale to be 0 to 100, so that the bars and line do not overlap.
How do I achieve this? I can't seem to find a simple way of setting the axis scale independent of the data. There is an example that shows how to get the axis range but not how to set it.
Thanks
Kevin