BarChart
BarChart(list-of-values, options)
plot a bar chart for a
list-of-values
with optionBarOrigin->Bottom
orBarOrigin->Bottom
Examples
>> BarChart({1, -2, 3}, BarOrigin->Bottom)
Implementation status
- ✅ - full supported
BarChart(list-of-values, options)
plot a bar chart for a
list-of-values
with optionBarOrigin->Bottom
orBarOrigin->Bottom
>> BarChart({1, -2, 3}, BarOrigin->Bottom)