New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pl.delukesoft:jplotlib

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pl.delukesoft:jplotlib

Main goal of the library is to provide simple API for data preparation to plot input.

  • 1.0.3
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

JPlotLib library

Main goal of the library is to provide simple API for data preparation to plot input.

Input

There are three ways to provide data feed:

  • path to csv file
  • two-dimensional array of String values
  • entity list

Additionally, each API entry has its requirements of additional parameters needed for transformations and conversions.

Features

Library gives the following capabilities:

  • Choosing argument and value of the plot by name, set type of arguments and values
  • Grouping values by arguments
  • Choosing function for grouping values: MAX, MIN, SUM, AVG
  • Validation of inputs, type conversion and aggregation type choice

API entry

User of the library should use PlotDataBuilder as an entry. This class should be the used as the only way to assemble the PlotData object, as this way it's assured that input data, info and aggregation type are valid and suitable to the transformation user want to make.

Licence

MIT

FAQs

Package last updated on 27 Sep 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc