This package has been deprecated

Author message:

deprecated

@haydenhigg/plot

1.0.3 • Public • Published

@haydenhigg/plot

This is a package for easily creating plotly graphs of two sets of data, one with lines and one without (as in the way you'd want for graphing actual vs predicted values for certain algorithms).

Usage

Note: make sure that your .credentials file is set-up as per plotly's standards with your username and api key. This package reads from that file to generate graphs.

const plot = require("@haydenhigg/plot");

var x = [];
var y = [];
var predictedY = [];

// ...get some data

plot(x, y, predictedY[, options = {xLabel = "x-axis", yLabel = "y-axis", title = "Actual vs Predicted");

Readme

Keywords

Package Sidebar

Install

npm i @haydenhigg/plot

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

2.07 kB

Total Files

3

Last publish

Collaborators

  • npm