ChenZhongPu / gnuplot

Tutorials of gnuplot, ported from matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The online book can be read from Gnuplot Port For Matplotlib.

In the Unix tradition, gnuplot is a simple tool, doing (mostly) one thing, and doing it very, very well.

In this book, I would like to reinvent the wheels by reintroducing the tutorial of Matplotlib.

Matplotlib can be well integrated with other awesome libraries (e.g., numpy and pandas) in Python, so it is user-friendly for Python developers and researchers, especially in the domain of machine learning. On the other hand, many developers and researchers just want to plot and visualize their experimental results. To this end, a lightweight plot utility is in demand, and I think gnuplot is born to do so.

Last but not least, I am also a newbie of gnuplot (starting to use it since April 2022), so some methods and practices presented in this book may not be idiomatic. If you have any suggestion, feel free to open an issue.


A figure made with gnuplot:

Components of a gnuplot Figure

About

Tutorials of gnuplot, ported from matplotlib


Languages

Language:Gnuplot 98.9%Language:Shell 1.1%