0.2.3 • Published 7 years ago

rinobot-plugin-line-plot v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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
0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago