Skip to content

Color parameter not working on bars charts #209

Closed
@xarico10

Description

@xarico10

When specifying a bar color using bar(__, color) no changes on the bars color are being made.

y = [75 91 105 123.5 131 150 179 203 226 249 281.5];
bar(y,'r')

fig2plotly();

The previous code should create red bars, but it doesn't.

Expected and generated (https://chart-studio.plotly.com/~xarico10/555/#/) figures:
Captura de Pantalla 2021-07-27 a la(s) 7 56 09 p  m
Captura de Pantalla 2021-07-27 a la(s) 7 56 18 p  m

Examples on using the input argument color can be found on:
https://www.mathworks.com/help/matlab/ref/bar.html#bthxcfm

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions