Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scidart/scidart_plot

Experimental plot generator for SciDart
https://github.com/scidart/scidart_plot

dart data-visualization hacktoberfest pub scidart scidart-plot svg

Last synced: about 8 hours ago
JSON representation

Experimental plot generator for SciDart

Awesome Lists containing this project

README

        

# ![Scidart logo](https://github.com/scidart/scidart.org/blob/master/img/logo_small.png?raw=true)

**SciDart Plot** is a data visualization library compatible with **SciDart**.
This library is part of [SciDart project](https://scidart.org).

## 🏹 Goals

Generate and save plot in [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics)
format.

## 🏃 Motivation

Make easy the data visualization for SciDart.

## 🧭 PUB link

Link to the Pub repository: https://pub.dev/packages/scidart_plot

## 🔌 Installation

You can follow instruction in the Pub web site: https://pub.dev/packages/scidart_plot#-installing-tab-

## ⚒ Examples

The examples can be found in [the project web site](https://scidart.org/).

## 📈 Plot format generations

- svg;

## 🛣 Project milestones

All the project status will be shared and updated in the __Projects__ section of Github.

## 🙌 How to contribute

I recommend check the __Projects__ section and choose a task or choose and solve a problem with **SciDart** and
implement the missing parts and read the file CONTRIBUTING.md.

The reference values for all functions came from with SciPy. The contributions need use SciPy as reference too.

Every contribution need to have tests, documentation and examples, otherwise, the pull request will be blocked.

## ☕ Supporters

Scidart is an open source project that runs on donations to pay the bills e.g. our domain name. If you want to support Scidart, you can ☕ [**buy a coffee here**](https://www.buymeacoffee.com/polotto).

## ⚠ License

Copyright (c) 2019-present [Angelo Polotto](https://github.com/polotto) and Contributors. Scidart is free and open-source software licensed under the [Apache-2.0 License](./LICENSE). The official logo was created by [Juliano Polotto](https://www.linkedin.com/in/juliano-polotto-550ba379/) and distributed under Creative Commons license (CC BY-SA 4.0 International).

**Third-party library licenses**

- [color](https://github.com/MichaelFenwick/Color/blob/master/LICENSE)
- [meta](https://github.com/dart-lang/sdk/blob/master/LICENSE)