Message Boards Message Boards

0
|
3702 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

[?] Use series as Z on 3D Bar Chart?

Posted 5 years ago

I need individual series to be shown on the Z axis in a 3D bar chart. However, when I I use BarChart3D it places the series side-by-side. The documentation has a weather chart example but it is hard to understand how they got what they did without knowing something about their actual data. This is what I have that is not right:

BarChart3D[{{1, 2, 3, 4}, {4, 3, 2, 1}, {3, 2, 1, 4}}]

And it produces a chart that looks like: enter image description here However, I need a chart that looks like: enter image description here

I know this is probably just a styling option but I cannot find it in the documentation.

POSTED BY: Jamie Dixson
Posted 5 years ago

I figured it out.

BarChart3D[{{1, 2, 3, 4}, {4, 3, 2, 1}, {3, 2, 1, 4}}, 
 ChartLayout -> "Grid"]
POSTED BY: Jamie Dixson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract