We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When specifying an initial base value using 'BaseValue no changes are made.
'BaseValue
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:
Examples on using 'BaseValue can be found on: https://www.mathworks.com/help/matlab/ref/barh.html#mw_caa2d25c-e3b8-47db-ad74-c7643062cbf8
The text was updated successfully, but these errors were encountered:
Sorry Uzair, was looking for something in bar reference and found a solution to this...
Vertical bars without Basevalue argument...
Horizontal bars with BaseValue=25
Vertical bars with BaseValue=30
Sorry, something went wrong.
harshpurwar
Successfully merging a pull request may close this issue.
When specifying an initial base value using
'BaseValue
no 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
'BaseValue
can be found on:https://www.mathworks.com/help/matlab/ref/barh.html#mw_caa2d25c-e3b8-47db-ad74-c7643062cbf8
The text was updated successfully, but these errors were encountered: