Scilab includes a large number of libraries and functions that can generate plots with a minimum of complexity. Take the example of generating a simple three-dimensional histogramplot.
Scilab中包括很多库和函数,它们可以使用最少的复杂性来绘制图形。
2
In this case, I'm going to plot a histogram.
在这个例子中我会画一个柱状图。
3
Many use R mainly in an ad hoc way—to plot a histogram here, perform a regression analysis there, and carry out other discrete tasks involving statistical operations.