Skip to content

Rendering issues with bar3 #232

Description

@xarico10

There are rendering issues when using bar3() to create 3-D bar charts.

load count.dat
Z = count(1:10,:);
figure
bar3(Z,'r')
title('Detached Style')

fig2plotly(gcf, 'offline', false)

The bars aren't rendering correctly and the coloring seems to follow a heat map format when it should be just red.

Expected and generated (https://chart-studio.plotly.com/~xarico10/595/detached-style/#/) plots:
Captura de Pantalla 2021-07-30 a la(s) 4 07 58 p  m

Captura de Pantalla 2021-07-30 a la(s) 4 00 47 p  m

Examples on using bar3() can be found on:
https://www.mathworks.com/help/matlab/ref/bar3.html#responsive_offcanvas

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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