eplotnode Properties

The E-Plot (Beta) node shows the relationship between numeric fields. It is similar to the Plot node, but its options differ and its output uses a new graphing interface specific to this node. Use the beta-level node to play around with new graphing features.
Table 1. eplotnode properties
eplotnode properties Data type Property description
x_field string Specify the field to display on the horizontal X axis.
y_field string Specify the field to display on the vertical Y axis.
color_field string Specify the field to use for the color map overlay in the output, if desired.
size_field string Specify the field to use for the size map overlay in the output, if desired.
shape_field string Specify the field to use for the shape map overlay in the output, if desired.
interested_fields string Specify the fields you'd like to include in the output.
records_limit integer Specify a number for the maximum number of records to plot in the output. 2000 is the default.
if_over_limit Boolean Specify whether to use the Sample option or the Use all data option if the records_limit is surpassed. Sample is the default, and it randomly samples the data until it hits the records_limit. If you specify Use all data to ignore the records_limit and plot all data points, note that this may dramatically decrease performance.