Available translations

Plotter

foundations.png
plotter.png
A plotter is a device used to produce a graphic representation of datasets generated by bots.
Content
Plotters usually have a one-to-one relationship with bots, as they are often created as a customized solution. However, in practice, there is no constraint to creating any number of plotters for a single bot or a single plotter for multiple bots.
The overall workflow of a plotter, while reading a dataset, consists in:
  • Applying a set of rules to identify certain data points;
  • Use those points to form lines and polygons;
  • Apply graphical styles to those lines and polygons.
Configuring
Plotter Configuration
Properties
  • codeName is the name of the plotter as it is used within the bot's code.
Initial Values
These are the Initial Values for Plotter configuration:
 {
    "codeName": ""
}
Examples
This is a list of properties featured by the Plotter configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Plotter Menu
The Plotter node has the following Node Menu items:
The Configure menu item has the following properties:
  • action: Configure
  • label: Configure
  • iconPathOn: configuration
  • iconPathOff: configuration
  • dontShowAtFullscreen: true
  • actionFunction: uiObject.configEditor.activate
The Add Plotter Module menu item has the following properties:
  • action: Add UI Object
  • label: Add Plotter Module
  • actionFunction: payload.executeAction
  • actionProject: Visual-Scripting
  • relatedUiObjectProject: Foundations
The Delete menu item has the following properties:
  • action: Delete UI Object
  • actionProject: Visual-Scripting
  • askConfirmation: true
  • confirmationLabel: Confirm to Delete
  • label: Delete
  • iconPathOn: delete-entity
  • iconPathOff: delete-entity
  • actionFunction: payload.executeAction
Plotter Children
The Plotter node has the following childrenNodesProperties:
The Modules node property features the following properties:
  • name: modules
  • type: array
  • autoAdd: true
Plotter Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Plotter with other nodes:
Compatible Types: