Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/szymonwieloch/gophercises/charts

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/szymonwieloch/gophercises/charts

  • v0.0.0-20240624095534-e43080b15562
  • Source
  • Go
  • Socket score

Version published
Created
Source

Chart Generator

This small application generates SVG charts based on data provided in CSV files.

Usage

./charts -h
Usage: charts --input INPUT --x X --y Y [--output OUTPUT]

Options:
  --input INPUT, -i INPUT
                         Path to a CSV file containing data
  --x X, -x X            Name of the CSV column containing X axis data
  --y Y, -y Y            Name of the CSV column containing Y axis data
  --output OUTPUT, -o OUTPUT
                         Path to the output CSV file [default: out.svg]
  --help, -h             display this help and exit

Examples

./charts -i curve.csv -x X -y Y -o curve.svg

Curve chart

# filter data file
cat cp-national-datafile-csv.csv | grep A_Proportion | grep MEASA  > filtered.csv
./charts -i filtered.csv -x Year -y LowerCIB UpperCIB -o cp.svg

CP chart

FAQs

Package last updated on 24 Jun 2024

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