-
Notifications
You must be signed in to change notification settings - Fork 2
marble‐plotter‐simple
Miguel Fernandes edited this page Sep 18, 2017
·
3 revisions
Plotter.
This plotter generates charts of extracted and processed tweets, along a time axis. It uses pyplot as chart library.
None.
title: The title of the chart.
description: A description of the chart, giving a little insight on what you are plotting.
collection: The collection to plot. Options available:
- posts: original tweets.
- processed_posts: processed tweets.
stepSize: The minimum step size in the time axis, in ms.
type: The type of chart you want. Options available:
- scatter: Scatter plot.
- point_size
- color
- y_axis_field
- y_min
- y_max
{
"name": "plotter-dous",
"options": {
"title": "Processed",
"description": "All processed tweets.",
"type": "scatter",
"color": "blue
}
}