How to plot such a graph

2 次查看(过去 30 天)
E R SH RAJ Male
E R SH RAJ Male 2016-11-19
I want to plot 4 types of data as shown in the figure below. Can anyone help me?
I can plot % contribution, distance, and magnitude, but epsilon, as shown in a different color, is the 4th variable that I want to plot.
  4 个评论
dpb
dpb 2016-11-19
编辑:dpb 2016-11-20
Ah...I see it now; it is the parameter in the color coding legend in the LL of the figure.
In theory it's simply group the variables by the correlating variable value and use bar3 with those columns except--the Matlab bar3 is feeble and won't accept arbitrary x,y positions for the Z height; it only has x and each column is unalterably at 1:N locations on the other axis.
There may be a useful contribution at the File Exchange I don't know; I'd guess it's likely, but it's astounded me that in 30 years TMW hasn't yet addressed the limitation.
Well, let's see what a search finds...ok, the following looks like should likely be able to do something useful... <3d colored bar plot>.
ADDENDUM Attach us a sample result when give it a go...be curious how well can do. NB: AFAIK, there's no simple way in Matlab HG to create the face colors only as in the sample...then again, there's almost no "simple" way to do anything out of the ordinary w/ surfaces and patches in modifying colors when get beyond the default behaviors.
E R SH RAJ Male
E R SH RAJ Male 2016-11-21
Thanks.Please see i have following type of data... I am not able to upload excel file. Issue is i can plot % contribution ,magnitude and distance ,but unable to plot epsilon .. i used bar3

请先登录,再进行评论。

回答(1 个)

Chinmayi Lanka
Chinmayi Lanka 2016-11-22

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by