Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 498 Bytes

File metadata and controls

26 lines (13 loc) · 498 Bytes

BarChart

BarChart(list-of-values, options)

plot a bar chart for a list-of-values with option BarOrigin->Bottom or BarOrigin->Bottom

Examples

>> BarChart({1, -2, 3}, BarOrigin->Bottom)

Implementation status

  • ✅ - full supported

Github