Is it possible to use Scalala to plot bar charts, similars to http://www.mathworks.com/help/techdoc/ref/bar.html?
Asked
Active
Viewed 438 times
1 Answers
0
You can plot a Histogram using Scalala. See this link to Scalala API.

ziggystar
- 28,410
- 9
- 72
- 124
-
1The function hist() is only useful to analyze the distribution of data values, similars to Matlab's hist() function. I need a more generic purpose bar chart plot function, similars to Matlab's bar(). – Paulo Moreno Sep 20 '11 at 16:25