Socket
Book a DemoInstallSign in
Socket

rinobot-plugin-line-plot

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rinobot-plugin-line-plot

Makes a line plot of xy or xyyy data

latest
Source
npmnpm
Version
0.2.3
Version published
Maintainers
1
Created
Source

rinobot-line-plot

Makes an line plot of xy or xyyy data.

If your data has many columns, this package will take the first column as the x axis, and each subsequent column as different y plots.

If you have a data.txt file with the following content

0.0 8.7
1.4 2.4
2.4 2.3
3.3 3.5
4.1 7.3
...
...

This plugin will make a png called data-line-plot.png

Options:

In the extra args section of the rinobot automation config you can set the following parameters

  • xmin: the minimum value of the x axis
  • xmax: the max value of the x axis
  • ymin: the minimum value of the y axis
  • ymax: the max value of the y axis
  • xlabel: the label for the x axis
  • ylabel: the label for the y axis

Keywords

rinobot

FAQs

Package last updated on 10 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts