Handbook#

Welcome to the Handbook section of the documentation! In this section, you will find examples and tutorials for the various objects and methods of the GraphingLib library.

Note

In every code snippets you will encounter, the following imports precede the snippet’s code:

import graphinglib as gl
import numpy as np

Sections in this handbook#

Creating a simple figure

Everything about simple 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.

Using the histogram

The Histogram and plotting fit residuals.

Miscellaneous objects

Point, Hlines/Vlines, Text and Table.

Creating shapes

Rectangle, Circle, Arrow and Line.

Creating a MultiFigure

Everything about MultiFigures.

Plotting in 2D

Heatmap, Contour, VectorField and Stream.

Writing your own figure style file

GraphingLib’s Style Editor and GraphingLib’s Styles Showcase.