Skip to main content
added 35 characters in body
Source Link
theorist
  • 1.5k
  • 6
  • 12

Wolfram Language (Mathematica), 142142 139 bytes

BarChart[1~Table~6,BarOrigin->Left,ChartStyle->{Purple,Blue,Green,Yellow,Orange,Red},BarSpacing->0,Axes->False>0>1,ChartBaseStyle->EdgeForm[None]]>EdgeForm@None] 

ChartBaseStyle->EdgeForm[None]>EdgeForm@None removes the faint black lines that would normally separate each bar.

-3 bytes thanks to att.

enter image description here

Wolfram Language (Mathematica), 142 bytes

BarChart[1~Table~6,BarOrigin->Left,ChartStyle->{Purple,Blue,Green,Yellow,Orange,Red},BarSpacing->0,Axes->False,ChartBaseStyle->EdgeForm[None]] 

ChartBaseStyle->EdgeForm[None] removes the faint black lines that would normally separate each bar.

enter image description here

Wolfram Language (Mathematica), 142 139 bytes

BarChart[1~Table~6,BarOrigin->Left,ChartStyle->{Purple,Blue,Green,Yellow,Orange,Red},BarSpacing->0,Axes->0>1,ChartBaseStyle->EdgeForm@None] 

ChartBaseStyle->EdgeForm@None removes the faint black lines that would normally separate each bar.

-3 bytes thanks to att.

enter image description here

added 105 characters in body
Source Link
theorist
  • 1.5k
  • 6
  • 12

Wolfram Language (Mathematica), 142 bytes

BarChart[1~Table~6,BarOrigin->Left,ChartStyle->{Purple,Blue,Green,Yellow,Orange,Red},BarSpacing->0,Axes->False,ChartBaseStyle->EdgeForm[None]] 

ChartBaseStyle->EdgeForm[None] removes the faint black lines that would normally separate each bar.

enter image description here

Wolfram Language (Mathematica), 142 bytes

BarChart[1~Table~6,BarOrigin->Left,ChartStyle->{Purple,Blue,Green,Yellow,Orange,Red},BarSpacing->0,Axes->False,ChartBaseStyle->EdgeForm[None]] 

enter image description here

Wolfram Language (Mathematica), 142 bytes

BarChart[1~Table~6,BarOrigin->Left,ChartStyle->{Purple,Blue,Green,Yellow,Orange,Red},BarSpacing->0,Axes->False,ChartBaseStyle->EdgeForm[None]] 

ChartBaseStyle->EdgeForm[None] removes the faint black lines that would normally separate each bar.

enter image description here

Source Link
theorist
  • 1.5k
  • 6
  • 12

Wolfram Language (Mathematica), 142 bytes

BarChart[1~Table~6,BarOrigin->Left,ChartStyle->{Purple,Blue,Green,Yellow,Orange,Red},BarSpacing->0,Axes->False,ChartBaseStyle->EdgeForm[None]] 

enter image description here