Hi all,
I’ve been very impressed with the high functionality in plotly, however i’ve encountered the problem shown below using barcharts where there is a large whitespace between the xticks and the x axis.
Having done some playing around with the graphs it seems to result from having one bar which is quite close to zero, along with having error bars. Removing either prevents the issue.
I think this is then becuase adding the error bars causes plotly to extend the y range to below zero. Therefore i would like to be able to set a ymin to fix this, however currently I have been unable to set a ymin without setting a ymax as well by using range. Is there any way to set just a y min, as then i could fix this problem easily?
Thanks,
Harry