Name | ID | Description | Type |
---|---|---|---|
type | type | chart type: 0=line, 1=bar, 2=stacked bar, 3=scatter | Integer |
width | width | chart width | Integer |
height | height | chart height | Integer |
title | title | chart title | Text |
x_title | x_title | x-axis title | Text |
y_title | y_title | y-axis title | Text |
x_data | x_data | series x values only used for scatter plots | Number |
x_labels | x_labels | labels for x position used for line and bar chars default is {1,2,3,...} | Text |
x_rot | x_rot | rotation for x-axis tick labels | Number |
y_data | y_data | series y values | Number |
pt_clr | pt_clr | scatter point colors (one per value, must match y_data structure) | Colour |
colors | colors | series colors | Colour |
names | names | series names | Text |
domain | domain | x-axis domain | Domain |
range | range | y-axis range | Domain |
grid_x | grid_x | spacing for x-axis ticks, labels and gridlines | Number |
grid_y | grid_y | spacing for y-axis ticks, labels and gridlines | Number |
show_xgrid | show_xg | show x-axis grid lines | Boolean |
show_ygrid | show_yg | show y-axis grid lines | Boolean |
legend | legend | legend position: 0=bottom, 1=right, 3=none | Integer |
point_size | pt_size | data point size | Number |
bar_width | bar_width | relative bar width (0-1] | Number |
Site design © Robin Rodricks.
DIVA and associated data © 2024 Solemma.
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.
Hosted by GitHub