How to plot this group bar plot? Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How to control the layering of graphics displayed with ShowBarChart with relative abundances as chart labelsBarChart: plotting bars at given positionsHow do I animate a bar chart?Color coded bar to represent numeric valuesFormatting bar charts: size and ticksBarChart3d not working as expectedHow to draw two error bars at one point in Mathematica?Is that possible to adjust the bar legend size in GraphicsGrid or DensityPlot automatically?Plotting ListStepPlot with error bar

Generate an RGB colour grid

How to tell that you are a giant?

How widely used is the term Treppenwitz? Is it something that most Germans know?

Echoing a tail command produces unexpected output?

Why did the IBM 650 use bi-quinary?

Do I really need recursive chmod to restrict access to a folder?

Why did the rest of the Eastern Bloc not invade Yugoslavia?

Should I use a zero-interest credit card for a large one-time purchase?

How does the particle を relate to the verb 行く in the structure「A を + B に行く」?

Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?

Overriding an object in memory with placement new

porting install scripts : can rpm replace apt?

English words in a non-english sci-fi novel

At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?

Fundamental Solution of the Pell Equation

Dating a Former Employee

List of Python versions

Why are Kinder Surprise Eggs illegal in the USA?

Single word antonym of "flightless"

Extract all GPU name, model and GPU ram

Identifying polygons that intersect with another layer using QGIS?

2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?

What is the meaning of the new sigil in Game of Thrones Season 8 intro?

What's the meaning of 間時肆拾貳 at a car parking sign



How to plot this group bar plot?



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How to control the layering of graphics displayed with ShowBarChart with relative abundances as chart labelsBarChart: plotting bars at given positionsHow do I animate a bar chart?Color coded bar to represent numeric valuesFormatting bar charts: size and ticksBarChart3d not working as expectedHow to draw two error bars at one point in Mathematica?Is that possible to adjust the bar legend size in GraphicsGrid or DensityPlot automatically?Plotting ListStepPlot with error bar










2












$begingroup$


enter image description here



I want to generate a barplot with the following characteristics.



There are 5 users in the system. Each user has a demand.
There are 2 suppliers.
Each supplier tries to meet user demand as closely as possible.
One supplier may perform better than the other supplier.



I want a grouped barplot.



There will be two bars for each user (demand and supply)
The supply bar should combine the supplies from two supplies in such a way that the



For example,



Demand = 10, 15, 20, 17, 9;
Supply1 = 8, 13, 18, 14, 11;
Supply2 = 9, 14, 19, 16, 10;


I just want to combine Supply1 and Supply2 in one bar. So, there will only five supply bars. The demand bars and the supply bars are then grouped as shown in the attached figure.



It is like putting one supply bar above another but both should be visible. The shorter one will always on top so that both are visible.



But the problem I have with this plot is that for the last group, I cannot see the red bar, which is somehow hidden below the purple bar.



This one I obtained with MATLAB. I hope Mathematica can help me with what I need.










share|improve this question











$endgroup$











  • $begingroup$
    What have you tried so far using BarChart?
    $endgroup$
    – MarcoB
    Mar 8 at 14:02










  • $begingroup$
    @kglr, this is not what I want. I have revised my question...
    $endgroup$
    – dipak narayanan
    Mar 8 at 14:55










  • $begingroup$
    try adding the option ChartBaseStyle -> Opacity[.5]?
    $endgroup$
    – kglr
    Mar 8 at 15:18






  • 2




    $begingroup$
    I'm voting to close this question as off-topic because the OP is asking for the impossible, despite reasonable suggestions. Furthermore, any solution will be extremely localized to their problem only.
    $endgroup$
    – MarcoB
    Mar 8 at 15:35






  • 1




    $begingroup$
    I'm voting to close this question as off-topic because overloading bar charts makes for unintelligible displays. If there are two objectives for displaying data, then (despite objections from publishers) maybe two separate displays are needed.
    $endgroup$
    – JimB
    Mar 8 at 19:50















2












$begingroup$


enter image description here



I want to generate a barplot with the following characteristics.



There are 5 users in the system. Each user has a demand.
There are 2 suppliers.
Each supplier tries to meet user demand as closely as possible.
One supplier may perform better than the other supplier.



I want a grouped barplot.



There will be two bars for each user (demand and supply)
The supply bar should combine the supplies from two supplies in such a way that the



For example,



Demand = 10, 15, 20, 17, 9;
Supply1 = 8, 13, 18, 14, 11;
Supply2 = 9, 14, 19, 16, 10;


I just want to combine Supply1 and Supply2 in one bar. So, there will only five supply bars. The demand bars and the supply bars are then grouped as shown in the attached figure.



It is like putting one supply bar above another but both should be visible. The shorter one will always on top so that both are visible.



But the problem I have with this plot is that for the last group, I cannot see the red bar, which is somehow hidden below the purple bar.



This one I obtained with MATLAB. I hope Mathematica can help me with what I need.










share|improve this question











$endgroup$











  • $begingroup$
    What have you tried so far using BarChart?
    $endgroup$
    – MarcoB
    Mar 8 at 14:02










  • $begingroup$
    @kglr, this is not what I want. I have revised my question...
    $endgroup$
    – dipak narayanan
    Mar 8 at 14:55










  • $begingroup$
    try adding the option ChartBaseStyle -> Opacity[.5]?
    $endgroup$
    – kglr
    Mar 8 at 15:18






  • 2




    $begingroup$
    I'm voting to close this question as off-topic because the OP is asking for the impossible, despite reasonable suggestions. Furthermore, any solution will be extremely localized to their problem only.
    $endgroup$
    – MarcoB
    Mar 8 at 15:35






  • 1




    $begingroup$
    I'm voting to close this question as off-topic because overloading bar charts makes for unintelligible displays. If there are two objectives for displaying data, then (despite objections from publishers) maybe two separate displays are needed.
    $endgroup$
    – JimB
    Mar 8 at 19:50













2












2








2


1



$begingroup$


enter image description here



I want to generate a barplot with the following characteristics.



There are 5 users in the system. Each user has a demand.
There are 2 suppliers.
Each supplier tries to meet user demand as closely as possible.
One supplier may perform better than the other supplier.



I want a grouped barplot.



There will be two bars for each user (demand and supply)
The supply bar should combine the supplies from two supplies in such a way that the



For example,



Demand = 10, 15, 20, 17, 9;
Supply1 = 8, 13, 18, 14, 11;
Supply2 = 9, 14, 19, 16, 10;


I just want to combine Supply1 and Supply2 in one bar. So, there will only five supply bars. The demand bars and the supply bars are then grouped as shown in the attached figure.



It is like putting one supply bar above another but both should be visible. The shorter one will always on top so that both are visible.



But the problem I have with this plot is that for the last group, I cannot see the red bar, which is somehow hidden below the purple bar.



This one I obtained with MATLAB. I hope Mathematica can help me with what I need.










share|improve this question











$endgroup$




enter image description here



I want to generate a barplot with the following characteristics.



There are 5 users in the system. Each user has a demand.
There are 2 suppliers.
Each supplier tries to meet user demand as closely as possible.
One supplier may perform better than the other supplier.



I want a grouped barplot.



There will be two bars for each user (demand and supply)
The supply bar should combine the supplies from two supplies in such a way that the



For example,



Demand = 10, 15, 20, 17, 9;
Supply1 = 8, 13, 18, 14, 11;
Supply2 = 9, 14, 19, 16, 10;


I just want to combine Supply1 and Supply2 in one bar. So, there will only five supply bars. The demand bars and the supply bars are then grouped as shown in the attached figure.



It is like putting one supply bar above another but both should be visible. The shorter one will always on top so that both are visible.



But the problem I have with this plot is that for the last group, I cannot see the red bar, which is somehow hidden below the purple bar.



This one I obtained with MATLAB. I hope Mathematica can help me with what I need.







plotting graphics charts






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 8 at 15:27









MarcoB

38.8k557116




38.8k557116










asked Mar 8 at 13:51









dipak narayanandipak narayanan

1316




1316











  • $begingroup$
    What have you tried so far using BarChart?
    $endgroup$
    – MarcoB
    Mar 8 at 14:02










  • $begingroup$
    @kglr, this is not what I want. I have revised my question...
    $endgroup$
    – dipak narayanan
    Mar 8 at 14:55










  • $begingroup$
    try adding the option ChartBaseStyle -> Opacity[.5]?
    $endgroup$
    – kglr
    Mar 8 at 15:18






  • 2




    $begingroup$
    I'm voting to close this question as off-topic because the OP is asking for the impossible, despite reasonable suggestions. Furthermore, any solution will be extremely localized to their problem only.
    $endgroup$
    – MarcoB
    Mar 8 at 15:35






  • 1




    $begingroup$
    I'm voting to close this question as off-topic because overloading bar charts makes for unintelligible displays. If there are two objectives for displaying data, then (despite objections from publishers) maybe two separate displays are needed.
    $endgroup$
    – JimB
    Mar 8 at 19:50
















  • $begingroup$
    What have you tried so far using BarChart?
    $endgroup$
    – MarcoB
    Mar 8 at 14:02










  • $begingroup$
    @kglr, this is not what I want. I have revised my question...
    $endgroup$
    – dipak narayanan
    Mar 8 at 14:55










  • $begingroup$
    try adding the option ChartBaseStyle -> Opacity[.5]?
    $endgroup$
    – kglr
    Mar 8 at 15:18






  • 2




    $begingroup$
    I'm voting to close this question as off-topic because the OP is asking for the impossible, despite reasonable suggestions. Furthermore, any solution will be extremely localized to their problem only.
    $endgroup$
    – MarcoB
    Mar 8 at 15:35






  • 1




    $begingroup$
    I'm voting to close this question as off-topic because overloading bar charts makes for unintelligible displays. If there are two objectives for displaying data, then (despite objections from publishers) maybe two separate displays are needed.
    $endgroup$
    – JimB
    Mar 8 at 19:50















$begingroup$
What have you tried so far using BarChart?
$endgroup$
– MarcoB
Mar 8 at 14:02




$begingroup$
What have you tried so far using BarChart?
$endgroup$
– MarcoB
Mar 8 at 14:02












$begingroup$
@kglr, this is not what I want. I have revised my question...
$endgroup$
– dipak narayanan
Mar 8 at 14:55




$begingroup$
@kglr, this is not what I want. I have revised my question...
$endgroup$
– dipak narayanan
Mar 8 at 14:55












$begingroup$
try adding the option ChartBaseStyle -> Opacity[.5]?
$endgroup$
– kglr
Mar 8 at 15:18




$begingroup$
try adding the option ChartBaseStyle -> Opacity[.5]?
$endgroup$
– kglr
Mar 8 at 15:18




2




2




$begingroup$
I'm voting to close this question as off-topic because the OP is asking for the impossible, despite reasonable suggestions. Furthermore, any solution will be extremely localized to their problem only.
$endgroup$
– MarcoB
Mar 8 at 15:35




$begingroup$
I'm voting to close this question as off-topic because the OP is asking for the impossible, despite reasonable suggestions. Furthermore, any solution will be extremely localized to their problem only.
$endgroup$
– MarcoB
Mar 8 at 15:35




1




1




$begingroup$
I'm voting to close this question as off-topic because overloading bar charts makes for unintelligible displays. If there are two objectives for displaying data, then (despite objections from publishers) maybe two separate displays are needed.
$endgroup$
– JimB
Mar 8 at 19:50




$begingroup$
I'm voting to close this question as off-topic because overloading bar charts makes for unintelligible displays. If there are two objectives for displaying data, then (despite objections from publishers) maybe two separate displays are needed.
$endgroup$
– JimB
Mar 8 at 19:50










2 Answers
2






active

oldest

votes


















3












$begingroup$

Update 2: A better approach to pre-processing is to use two separate BarCharts` (as in m_goldberg's answer):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
sb = SortBy[#, -First[#] &] & /@ s;

b1 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,1]]],
ChartLabels -> Placed["Group " <> ToString[#] & /@ Range[5], Axis],
Placed["D", "S", Axis],
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"]];

b2 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,2]]]];

Show[b1, b2]


enter image description here



Update: An alternative, more convenient and better, approach is to pre-process data to reorder based on heights:



sb = SortBy[#, -First[#] &] & /@ s;
datab = Join @@ Thread[0, 0, 0, 0, 0, d, sb];

bcb = BarChart[datab, ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1]


enter image description here



With this approach we don't need to add PerformanceGoal -> "Speed", thus we retain all the tool-tips and and dynamic highlighting.



Original answer:



BarChart does not support mixed layouts (it does not allow combining Grouped and Overlapped layouts). So, we cheat by inserting fake data sets with 0 height betweeen groups to separate the five groups and, to make all rectangles visible, we post-process to re-order the yellow and blue rectangles based on their heights (I added PerformanceGoal -> "Speed" above to make this post-processing easier):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
d = Thread[Style[#, Red] & /@ demand, Style[0, Opacity[0]]];
data = Join @@ Thread[0, 0, 0, 0, 0, d, s];

bc = BarChart[data,
ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1, PerformanceGoal -> "Speed"];


enter image description here



bc /. pattern : _, Rectangle[_, _, _, h1_, ___], _, 
Rectangle[_, _, _, h2_, ___] :> If[h2 <= h1, pattern, Reverse[pattern]]


enter image description here



Fixing ticks and labels is an altogether different challenge.






share|improve this answer











$endgroup$












  • $begingroup$
    Yep, this is the kind of heroic effort that I was hinting at in my comments... Thank you for trying though. (+1)
    $endgroup$
    – MarcoB
    Mar 8 at 16:01











  • $begingroup$
    thank you @MarcoB.
    $endgroup$
    – kglr
    Mar 8 at 16:05


















4












$begingroup$

This will reproduce your matlab generated chart.



Demand = 10, 15, 20, 17, 9;
Supply1 = 8, 13, 18, 14, 11;
Supply2 = 9, 14, 19, 16, 10;

b1 = BarChart[Transpose[Demand, Supply2],
ChartStyle -> Automatic, Automatic, Red];
b2 = BarChart[Transpose[Demand, Supply1]];

Show[b1, b2, Frame -> True]


chart



It has the same defect as the matlab chart — the longer blue bar at the right end of chart hides the shorter red bar behind it.






share|improve this answer











$endgroup$












  • $begingroup$
    I suppose that, if OP's purpose is simply to get the plot, one could add Supply1, Supply2 = Transpose[Sort /@ Transpose[Supply1, Supply2]] before the calls to BarChart to "swap" the offending last values from Supply1 and Supply2.
    $endgroup$
    – MarcoB
    Mar 8 at 23:06











  • $begingroup$
    @MarcoB. Yes, something like that would work, but it would ruin the stark simplicity of this answer :-), which is mainly to point out that hoe easy it is to reproduce the defective matlab chart. I think kglr's answer is better than mine because it makes the chart that is really wanted in a simple way.
    $endgroup$
    – m_goldberg
    Mar 9 at 1:27












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "387"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f192883%2fhow-to-plot-this-group-bar-plot%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









3












$begingroup$

Update 2: A better approach to pre-processing is to use two separate BarCharts` (as in m_goldberg's answer):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
sb = SortBy[#, -First[#] &] & /@ s;

b1 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,1]]],
ChartLabels -> Placed["Group " <> ToString[#] & /@ Range[5], Axis],
Placed["D", "S", Axis],
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"]];

b2 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,2]]]];

Show[b1, b2]


enter image description here



Update: An alternative, more convenient and better, approach is to pre-process data to reorder based on heights:



sb = SortBy[#, -First[#] &] & /@ s;
datab = Join @@ Thread[0, 0, 0, 0, 0, d, sb];

bcb = BarChart[datab, ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1]


enter image description here



With this approach we don't need to add PerformanceGoal -> "Speed", thus we retain all the tool-tips and and dynamic highlighting.



Original answer:



BarChart does not support mixed layouts (it does not allow combining Grouped and Overlapped layouts). So, we cheat by inserting fake data sets with 0 height betweeen groups to separate the five groups and, to make all rectangles visible, we post-process to re-order the yellow and blue rectangles based on their heights (I added PerformanceGoal -> "Speed" above to make this post-processing easier):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
d = Thread[Style[#, Red] & /@ demand, Style[0, Opacity[0]]];
data = Join @@ Thread[0, 0, 0, 0, 0, d, s];

bc = BarChart[data,
ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1, PerformanceGoal -> "Speed"];


enter image description here



bc /. pattern : _, Rectangle[_, _, _, h1_, ___], _, 
Rectangle[_, _, _, h2_, ___] :> If[h2 <= h1, pattern, Reverse[pattern]]


enter image description here



Fixing ticks and labels is an altogether different challenge.






share|improve this answer











$endgroup$












  • $begingroup$
    Yep, this is the kind of heroic effort that I was hinting at in my comments... Thank you for trying though. (+1)
    $endgroup$
    – MarcoB
    Mar 8 at 16:01











  • $begingroup$
    thank you @MarcoB.
    $endgroup$
    – kglr
    Mar 8 at 16:05















3












$begingroup$

Update 2: A better approach to pre-processing is to use two separate BarCharts` (as in m_goldberg's answer):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
sb = SortBy[#, -First[#] &] & /@ s;

b1 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,1]]],
ChartLabels -> Placed["Group " <> ToString[#] & /@ Range[5], Axis],
Placed["D", "S", Axis],
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"]];

b2 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,2]]]];

Show[b1, b2]


enter image description here



Update: An alternative, more convenient and better, approach is to pre-process data to reorder based on heights:



sb = SortBy[#, -First[#] &] & /@ s;
datab = Join @@ Thread[0, 0, 0, 0, 0, d, sb];

bcb = BarChart[datab, ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1]


enter image description here



With this approach we don't need to add PerformanceGoal -> "Speed", thus we retain all the tool-tips and and dynamic highlighting.



Original answer:



BarChart does not support mixed layouts (it does not allow combining Grouped and Overlapped layouts). So, we cheat by inserting fake data sets with 0 height betweeen groups to separate the five groups and, to make all rectangles visible, we post-process to re-order the yellow and blue rectangles based on their heights (I added PerformanceGoal -> "Speed" above to make this post-processing easier):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
d = Thread[Style[#, Red] & /@ demand, Style[0, Opacity[0]]];
data = Join @@ Thread[0, 0, 0, 0, 0, d, s];

bc = BarChart[data,
ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1, PerformanceGoal -> "Speed"];


enter image description here



bc /. pattern : _, Rectangle[_, _, _, h1_, ___], _, 
Rectangle[_, _, _, h2_, ___] :> If[h2 <= h1, pattern, Reverse[pattern]]


enter image description here



Fixing ticks and labels is an altogether different challenge.






share|improve this answer











$endgroup$












  • $begingroup$
    Yep, this is the kind of heroic effort that I was hinting at in my comments... Thank you for trying though. (+1)
    $endgroup$
    – MarcoB
    Mar 8 at 16:01











  • $begingroup$
    thank you @MarcoB.
    $endgroup$
    – kglr
    Mar 8 at 16:05













3












3








3





$begingroup$

Update 2: A better approach to pre-processing is to use two separate BarCharts` (as in m_goldberg's answer):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
sb = SortBy[#, -First[#] &] & /@ s;

b1 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,1]]],
ChartLabels -> Placed["Group " <> ToString[#] & /@ Range[5], Axis],
Placed["D", "S", Axis],
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"]];

b2 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,2]]]];

Show[b1, b2]


enter image description here



Update: An alternative, more convenient and better, approach is to pre-process data to reorder based on heights:



sb = SortBy[#, -First[#] &] & /@ s;
datab = Join @@ Thread[0, 0, 0, 0, 0, d, sb];

bcb = BarChart[datab, ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1]


enter image description here



With this approach we don't need to add PerformanceGoal -> "Speed", thus we retain all the tool-tips and and dynamic highlighting.



Original answer:



BarChart does not support mixed layouts (it does not allow combining Grouped and Overlapped layouts). So, we cheat by inserting fake data sets with 0 height betweeen groups to separate the five groups and, to make all rectangles visible, we post-process to re-order the yellow and blue rectangles based on their heights (I added PerformanceGoal -> "Speed" above to make this post-processing easier):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
d = Thread[Style[#, Red] & /@ demand, Style[0, Opacity[0]]];
data = Join @@ Thread[0, 0, 0, 0, 0, d, s];

bc = BarChart[data,
ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1, PerformanceGoal -> "Speed"];


enter image description here



bc /. pattern : _, Rectangle[_, _, _, h1_, ___], _, 
Rectangle[_, _, _, h2_, ___] :> If[h2 <= h1, pattern, Reverse[pattern]]


enter image description here



Fixing ticks and labels is an altogether different challenge.






share|improve this answer











$endgroup$



Update 2: A better approach to pre-processing is to use two separate BarCharts` (as in m_goldberg's answer):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
sb = SortBy[#, -First[#] &] & /@ s;

b1 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,1]]],
ChartLabels -> Placed["Group " <> ToString[#] & /@ Range[5], Axis],
Placed["D", "S", Axis],
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"]];

b2 = BarChart[Transpose[Style[#, Red] & /@ demand, sb[[All,2]]]];

Show[b1, b2]


enter image description here



Update: An alternative, more convenient and better, approach is to pre-process data to reorder based on heights:



sb = SortBy[#, -First[#] &] & /@ s;
datab = Join @@ Thread[0, 0, 0, 0, 0, d, sb];

bcb = BarChart[datab, ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1]


enter image description here



With this approach we don't need to add PerformanceGoal -> "Speed", thus we retain all the tool-tips and and dynamic highlighting.



Original answer:



BarChart does not support mixed layouts (it does not allow combining Grouped and Overlapped layouts). So, we cheat by inserting fake data sets with 0 height betweeen groups to separate the five groups and, to make all rectangles visible, we post-process to re-order the yellow and blue rectangles based on their heights (I added PerformanceGoal -> "Speed" above to make this post-processing easier):



demand = 10, 15, 20, 17, 9;
supply1 = 8, 13, 18, 14, 11;
supply2 = 9, 14, 19, 16, 10;
s = Transpose[Style[#, Blue] & /@ supply1, Style[#, Yellow] & /@ supply2];
d = Thread[Style[#, Red] & /@ demand, Style[0, Opacity[0]]];
data = Join @@ Thread[0, 0, 0, 0, 0, d, s];

bc = BarChart[data,
ChartLayout -> "Overlapped",
ChartLegends -> SwatchLegend[Red, Blue, Yellow, "D", "S1", "S2"],
BarSpacing -> 0, .1, PerformanceGoal -> "Speed"];


enter image description here



bc /. pattern : _, Rectangle[_, _, _, h1_, ___], _, 
Rectangle[_, _, _, h2_, ___] :> If[h2 <= h1, pattern, Reverse[pattern]]


enter image description here



Fixing ticks and labels is an altogether different challenge.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 9 at 2:19

























answered Mar 8 at 15:49









kglrkglr

190k10207425




190k10207425











  • $begingroup$
    Yep, this is the kind of heroic effort that I was hinting at in my comments... Thank you for trying though. (+1)
    $endgroup$
    – MarcoB
    Mar 8 at 16:01











  • $begingroup$
    thank you @MarcoB.
    $endgroup$
    – kglr
    Mar 8 at 16:05
















  • $begingroup$
    Yep, this is the kind of heroic effort that I was hinting at in my comments... Thank you for trying though. (+1)
    $endgroup$
    – MarcoB
    Mar 8 at 16:01











  • $begingroup$
    thank you @MarcoB.
    $endgroup$
    – kglr
    Mar 8 at 16:05















$begingroup$
Yep, this is the kind of heroic effort that I was hinting at in my comments... Thank you for trying though. (+1)
$endgroup$
– MarcoB
Mar 8 at 16:01





$begingroup$
Yep, this is the kind of heroic effort that I was hinting at in my comments... Thank you for trying though. (+1)
$endgroup$
– MarcoB
Mar 8 at 16:01













$begingroup$
thank you @MarcoB.
$endgroup$
– kglr
Mar 8 at 16:05




$begingroup$
thank you @MarcoB.
$endgroup$
– kglr
Mar 8 at 16:05











4












$begingroup$

This will reproduce your matlab generated chart.



Demand = 10, 15, 20, 17, 9;
Supply1 = 8, 13, 18, 14, 11;
Supply2 = 9, 14, 19, 16, 10;

b1 = BarChart[Transpose[Demand, Supply2],
ChartStyle -> Automatic, Automatic, Red];
b2 = BarChart[Transpose[Demand, Supply1]];

Show[b1, b2, Frame -> True]


chart



It has the same defect as the matlab chart — the longer blue bar at the right end of chart hides the shorter red bar behind it.






share|improve this answer











$endgroup$












  • $begingroup$
    I suppose that, if OP's purpose is simply to get the plot, one could add Supply1, Supply2 = Transpose[Sort /@ Transpose[Supply1, Supply2]] before the calls to BarChart to "swap" the offending last values from Supply1 and Supply2.
    $endgroup$
    – MarcoB
    Mar 8 at 23:06











  • $begingroup$
    @MarcoB. Yes, something like that would work, but it would ruin the stark simplicity of this answer :-), which is mainly to point out that hoe easy it is to reproduce the defective matlab chart. I think kglr's answer is better than mine because it makes the chart that is really wanted in a simple way.
    $endgroup$
    – m_goldberg
    Mar 9 at 1:27
















4












$begingroup$

This will reproduce your matlab generated chart.



Demand = 10, 15, 20, 17, 9;
Supply1 = 8, 13, 18, 14, 11;
Supply2 = 9, 14, 19, 16, 10;

b1 = BarChart[Transpose[Demand, Supply2],
ChartStyle -> Automatic, Automatic, Red];
b2 = BarChart[Transpose[Demand, Supply1]];

Show[b1, b2, Frame -> True]


chart



It has the same defect as the matlab chart — the longer blue bar at the right end of chart hides the shorter red bar behind it.






share|improve this answer











$endgroup$












  • $begingroup$
    I suppose that, if OP's purpose is simply to get the plot, one could add Supply1, Supply2 = Transpose[Sort /@ Transpose[Supply1, Supply2]] before the calls to BarChart to "swap" the offending last values from Supply1 and Supply2.
    $endgroup$
    – MarcoB
    Mar 8 at 23:06











  • $begingroup$
    @MarcoB. Yes, something like that would work, but it would ruin the stark simplicity of this answer :-), which is mainly to point out that hoe easy it is to reproduce the defective matlab chart. I think kglr's answer is better than mine because it makes the chart that is really wanted in a simple way.
    $endgroup$
    – m_goldberg
    Mar 9 at 1:27














4












4








4





$begingroup$

This will reproduce your matlab generated chart.



Demand = 10, 15, 20, 17, 9;
Supply1 = 8, 13, 18, 14, 11;
Supply2 = 9, 14, 19, 16, 10;

b1 = BarChart[Transpose[Demand, Supply2],
ChartStyle -> Automatic, Automatic, Red];
b2 = BarChart[Transpose[Demand, Supply1]];

Show[b1, b2, Frame -> True]


chart



It has the same defect as the matlab chart — the longer blue bar at the right end of chart hides the shorter red bar behind it.






share|improve this answer











$endgroup$



This will reproduce your matlab generated chart.



Demand = 10, 15, 20, 17, 9;
Supply1 = 8, 13, 18, 14, 11;
Supply2 = 9, 14, 19, 16, 10;

b1 = BarChart[Transpose[Demand, Supply2],
ChartStyle -> Automatic, Automatic, Red];
b2 = BarChart[Transpose[Demand, Supply1]];

Show[b1, b2, Frame -> True]


chart



It has the same defect as the matlab chart — the longer blue bar at the right end of chart hides the shorter red bar behind it.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 8 at 17:17

























answered Mar 8 at 16:33









m_goldbergm_goldberg

88.8k873200




88.8k873200











  • $begingroup$
    I suppose that, if OP's purpose is simply to get the plot, one could add Supply1, Supply2 = Transpose[Sort /@ Transpose[Supply1, Supply2]] before the calls to BarChart to "swap" the offending last values from Supply1 and Supply2.
    $endgroup$
    – MarcoB
    Mar 8 at 23:06











  • $begingroup$
    @MarcoB. Yes, something like that would work, but it would ruin the stark simplicity of this answer :-), which is mainly to point out that hoe easy it is to reproduce the defective matlab chart. I think kglr's answer is better than mine because it makes the chart that is really wanted in a simple way.
    $endgroup$
    – m_goldberg
    Mar 9 at 1:27

















  • $begingroup$
    I suppose that, if OP's purpose is simply to get the plot, one could add Supply1, Supply2 = Transpose[Sort /@ Transpose[Supply1, Supply2]] before the calls to BarChart to "swap" the offending last values from Supply1 and Supply2.
    $endgroup$
    – MarcoB
    Mar 8 at 23:06











  • $begingroup$
    @MarcoB. Yes, something like that would work, but it would ruin the stark simplicity of this answer :-), which is mainly to point out that hoe easy it is to reproduce the defective matlab chart. I think kglr's answer is better than mine because it makes the chart that is really wanted in a simple way.
    $endgroup$
    – m_goldberg
    Mar 9 at 1:27
















$begingroup$
I suppose that, if OP's purpose is simply to get the plot, one could add Supply1, Supply2 = Transpose[Sort /@ Transpose[Supply1, Supply2]] before the calls to BarChart to "swap" the offending last values from Supply1 and Supply2.
$endgroup$
– MarcoB
Mar 8 at 23:06





$begingroup$
I suppose that, if OP's purpose is simply to get the plot, one could add Supply1, Supply2 = Transpose[Sort /@ Transpose[Supply1, Supply2]] before the calls to BarChart to "swap" the offending last values from Supply1 and Supply2.
$endgroup$
– MarcoB
Mar 8 at 23:06













$begingroup$
@MarcoB. Yes, something like that would work, but it would ruin the stark simplicity of this answer :-), which is mainly to point out that hoe easy it is to reproduce the defective matlab chart. I think kglr's answer is better than mine because it makes the chart that is really wanted in a simple way.
$endgroup$
– m_goldberg
Mar 9 at 1:27





$begingroup$
@MarcoB. Yes, something like that would work, but it would ruin the stark simplicity of this answer :-), which is mainly to point out that hoe easy it is to reproduce the defective matlab chart. I think kglr's answer is better than mine because it makes the chart that is really wanted in a simple way.
$endgroup$
– m_goldberg
Mar 9 at 1:27


















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematica Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f192883%2fhow-to-plot-this-group-bar-plot%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved