Quickstart#

This guide will help you to install Graphinglib and to start using it in your projects.

Installation#

Install Graphinglib with pip:

pip install graphinglib

Install from GitHub source code:

pip install git+https://github.com/GraphingLib/GraphingLib.git

Install with Poetry:

poetry add graphinglib

Usage#

To use Graphinglib in one of your projects, you need to import it with the following command:

import graphinglib as gl

What’s next?#

Once this is done you can visit one of the links below to learn how to create your first Figure and then how to work with Curves, Scatters and Fits.

Creating a simple figure

Everything about Figures.

The Curve and its operations

The Curve, Curve arithmetics and Curve calculus.

Scatter plots and fitting experimental data

The Scatter plots and data fitting methods.