When specifying an initial base value using `'BaseValue` no changes are made. For example, ``` y = [8 15 33; 30 35 40; 50 55 62]; barh(y,'BaseValue',25) fig2plotly(gcf, 'offline', false); ``` The previous code should produce an horizontal bar chart in which the 'zero value' or base value should be 25, however, it starts at 0 as usual. Expected and generated (https://chart-studio.plotly.com/~xarico10/573/#/) plots: <img width="496" alt="Captura de Pantalla 2021-07-30 a la(s) 3 46 57 p m" src="https://user-images.githubusercontent.com/87881895/127709948-54e6c837-4b0b-4cf2-8ebc-79f9d5aafe5e.png"> <img width="707" alt="Captura de Pantalla 2021-07-30 a la(s) 3 47 10 p m" src="https://user-images.githubusercontent.com/87881895/127709967-115ba399-63df-452b-a5d3-1c932355737c.png"> Examples on using `'BaseValue` can be found on: https://www.mathworks.com/help/matlab/ref/barh.html#mw_caa2d25c-e3b8-47db-ad74-c7643062cbf8
When specifying an initial base value using
'BaseValueno changes are made.For example,
The previous code should produce an horizontal bar chart in which the 'zero value' or base value should be 25, however, it starts at 0 as usual.
Expected and generated (https://chart-studio.plotly.com/~xarico10/573/#/) plots:


Examples on using
'BaseValuecan be found on:https://www.mathworks.com/help/matlab/ref/barh.html#mw_caa2d25c-e3b8-47db-ad74-c7643062cbf8