The arguments array contains your plot options, which depend on the type of plot you use.
参数数组包含您的绘图选项,这取决于您使用的绘图类型。
All plot types can accept a one-dimensional array, but there are some additional format options available based on the type of chart.
所有图表类型都可以接受一个一维数组,但根据不同的图表类型,还有其他一些格式选项。
The loading of the distribution data and the creation of the distribution chart are similar to those of the sales data and chart, except that the plot type Pie is used, as shown in Listing 7.
分布数据的加载和分布图的创建类似于销售数据和销售图的创建,唯一不同的是使用了 Pie 类型的图,如清单 7 所示。
应用推荐