1

Is it possible to use Scalala to plot bar charts, similars to http://www.mathworks.com/help/techdoc/ref/bar.html?

1 Answers1

0

You can plot a Histogram using Scalala. See this link to Scalala API.

ziggystar
  • 28,410
  • 9
  • 72
  • 124
  • 1
    The 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