How to plot such a graph
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
dpb
am 19 Nov. 2016
Bearbeitet: dpb
am 20 Nov. 2016
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.
Antworten (1)
Chinmayi Lanka
am 22 Nov. 2016
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 Kommentare
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!