Plots¶
Plots use graphical techniques for representing data, usually as a graph showing the relationship between two or more variables.
Rulex Studio, as Rulex Factory, offers different types of Plots, which are listed in the Widgets panel.
Plots can be divided in three main categories:
- General plots, which include:
- Stat plots, which include:
- Geographic plots, which include:
- Finance plots, which include:
In order to start working on a plot, users have to choose the desired one and drag it onto the slide, then they can add attributes to start displaying data.
A plot is made of multiple components, which are explained in the sections below.
Plot modebar¶
The plot modebar is located in the top-right corner of the plot, and it appears when hovering over this area with the cursor.
The modebar allows users to change the display options of the plot, such as zooming in/out, selecting certain elements to highlight them, or panning in on specific areas.
Click here to know more about the modebar options.
Note
Not all Plots have the same modebar options described above; users can verify the available ones for a specific plot by simply hovering over the modebar area.
Layout options¶
In the Layout options window, which appears when clicking the Open widget layout, users will find the same plot configuration tabs as in Rulex Factory, except for the SELECTION tab, which is specific of Rulex Studio Plots. The tabs are:
In the list above, users will be returned to Rulex Factory corresponding pages if the tabs are in common.
If two plots, located one above the other, have the same attribute on the same axis, it is possible to merge them and to create a unique plot.
After two detached plots have been configured in the same widget, it is possible to remove one of the two identical axis by working in the AXIS tab.
In this tab, users can select the identical axis on both plots then, by right-clicking on the second one selected and choosing Connect axis.
To disconnect them, right-click on the second axis and select Disconnect axis.
Attention
In this operation, the order with which the axis selection is performed determines which axis will remain on the plot.
The first selected axis is the one which will disappear, while the second one will be the one which will be visible on the plot.
On the AXIS tab interface, once the connection is performed, the axis displayed on the plot will become green, while the one which has been deleted will become red.
Selection tab
The Selection tab is made of the following options
- Plot Selection: it enables or disables the selection operation. The possible values are:
Enable - the selection triggers a selection operation on the Widgets specified in the Scope field.
Disable - the selection is disabled.
- Action type: it defines the operation that will be performed on the Widgets specified in the Scope field. The two options are:
Filter - it works as a filter action, so once users have selected a portion of data, Rulex creates a filter that is applied to all Widgets specified in the Scope and as a result, only those filtered data will be shown.
Selection - only the data of the selected Widgets portions will be shown. The other values do not disappear as for the filter, but will be greyed out.
- Event type - it defines the way the selection/filter is applied. The available values are:
Hover - the data will be selected/filtered when hovering over the plot.
Click - the data will be selected/filtered when clicking on the plot.
Both - the data will be selected/filtered when clicking or hovering over the plot.
Scope - here, users will type the widget names on which the selection/filter will be applied. It is also possible to choose the widgets from the popup which opens by clicking the button next to the Scope box.
To know more about the Scope section click here.
Note
Plots can trigger a Selection operation and can display the selection effect performed by another widget.