File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ See [Ruby wrapper](RubyScript/rb/README.rdoc)
2020[ Download sample workflow] ( samples/KNIME_Ruby_Test.zip )
2121
2222This is simple workflow for ruby4knime testing only. It includes all realized node types.
23+
2324![ Ruby test workflow] ( doc/pics/workflow.png )
2425
2526Now some details.
@@ -66,20 +67,25 @@ Cells.new.
6667```
6768
6869Joiner (Node 5) generates following data:
70+
6971![ joiner node 5] ( doc/pics/joiner.png )
7072
7173We can control results by line plots.
7274
7375Fragment of Line Plot (Node 10)
76+
7477![ line plot 10] ( doc/pics/output_10.png )
7578
7679Fragment of Line Plot (Node 11)
80+
7781![ line plot 11] ( doc/pics/output_11.png )
7882
7983Fragment of Line Plot (Node 12)
84+
8085![ line plot 12] ( doc/pics/output_12.png )
8186
8287Fragment of Line Plot (Node 13)
88+
8389![ line plot 13] ( doc/pics/output_13.png )
8490
8591You can combine these Ruby nodes in any combination with other KNIME nodes.
You can’t perform that action at this time.
0 commit comments