How to plot such a graph
2 次查看(过去 30 天)
显示 更早的评论
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
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.
回答(1 个)
Chinmayi Lanka
2016-11-22
You can take a look at the following File Exchange submission: https://www.mathworks.com/matlabcentral/fileexchange/50737-4dbarchart-x-y-zl-zu-col-width-nset-
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!