Skip to content

marble‐plotter‐simple

Miguel Fernandes edited this page Sep 18, 2017 · 3 revisions

Type

Plotter.

Function

This plotter generates charts of extracted and processed tweets, along a time axis. It uses pyplot as chart library.

Usage

Requirements

None.

Options available

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.

Custom parameters per Type

scatter
  • point_size
  • color
  • y_axis_field
  • y_min
  • y_max

Example Recipe

{
  "name": "plotter-dous",
  "options": {
    "title": "Processed",
    "description": "All processed tweets.",
    "type": "scatter",
    "color": "blue
  }
}