The visualization artifacts are supposed to be generated client side. KnowRob only generates a data structure holding the data and data visualization clients can connect to the topic on which KnowRob publishes the visualization data.
piechart(Identifier), barchart(Identifier),
treechart(Identifier), timeline(Identifier), or linechart(Identifier).
Properties is a list of properties for the data_vis message of the form key:value.
Allowed keys are: data, title, xlabel, ylabel, width, height, fontsize.
data_vis(piechart(chart_id), [
title: 'Some Distribution',
data: [[a,b,c],[10,30,22]]
]).
The following predicates are exported, but not or incorrectly documented.