-
Notifications
You must be signed in to change notification settings - Fork 2
Plotters
Miguel Fernandes edited this page Apr 1, 2017
·
2 revisions
Marble comes with a set of plotters, that could be called from a plotter job using recipes to generate charts.
An example recipe is shown below:
[
{
"name": "plotter-simple",
"options": {
"title": "Extracted",
"description": "All Tweets Extracted",
"type": "PlotAll",
"stepSize": 86400000
}
},
{
"name": "plotter-simple",
"options": {
"title": "Processed",
"description": "All processed tweets.",
"type": "PlotAllProcessed",
"stepSize": 86400000
}
}
]
Each section is called after the previous one in the order they appear in the recipe. Multiple charts can be generated in the same plot operation, and they will be available individually and also associated to the plot job.