Translation not up to date
The translation of this page does not represent the latest version. For the latest updates, see the English version of the documentation.
Last updated: 04 lip 2023
Węzeł Zbiór przedstawia rozkład wartości dla jednej zmiennej numerycznej względem wartości innej zmiennej. (Tworzy wykresy podobne do histogramów). Jest to przydatne do obrazowania zmiennej lub pola, których wartości zmieniają się w czasie. Na wykresie 3-W można dodać oś symboliczną odzwierciedlającą rozkład według kategorii.
Przykład
stream = modeler.script.stream()
typenode = stream.findByID("id42KW3MSA94B")
node = stream.create("collection", "My node")
stream.link(typenode, node)
# "Plot" tab
node.setPropertyValue("three_D", True)
node.setPropertyValue("collect_field", "Drug")
node.setPropertyValue("over_field", "Age")
node.setPropertyValue("by_field", "BP")
node.setPropertyValue("operation", "Sum")
node.setPropertyValue("color_field", "Drug")
node.setPropertyValue("panel_field", "Sex")
# "Options" tab
node.setPropertyValue("range_mode", "Automatic")
node.setPropertyValue("range_min", 1)
node.setPropertyValue("range_max", 100)
node.setPropertyValue("bins", "ByNumber")
node.setPropertyValue("num_bins", 10)
node.setPropertyValue("bin_width", 5)
Właściwości węzła collectionnode |
Typ danych | Opis właściwości |
---|---|---|
over_field |
field (pole) | |
over_label_auto |
Flaga | |
over_label |
łańcuch | |
collect_field |
field (pole) | |
collect_label_auto |
Flaga | |
collect_label |
łańcuch | |
three_D |
Flaga | |
by_field |
field (pole) | |
by_label_auto |
Flaga | |
by_label |
łańcuch | |
operation |
Sum Mean Min Max SDev |
|
color_field |
łańcuch | |
panel_field |
łańcuch | |
animation_field |
łańcuch | |
range_mode |
Automatic UserDefined |
|
range_min |
Liczba | |
range_max |
Liczba | |
bins |
ByNumber ByWidth |
|
num_bins |
Liczba | |
bin_width |
Liczba | |
use_grid |
Flaga | |
graph_background |
kolor | Standardowe kolory wykresu są opisane na początku tej sekcji. |
page_background |
kolor | Standardowe kolory wykresu są opisane na początku tej sekcji. |