GraphingLib Style Editor 1.0.1 documentation#
Quick start#
Install GraphingLib Style Editor with pip :
pip install glse
Install from GitHub source code :
pip install git+https://github.com/GraphingLib/GraphingLibStyleEditor.git
To open the Style Editor, in a terminal, enter
glse
You can also open the Style Editor from a Python script as follows:
import glse
glse.run()
It is as simple as that! You can now start creating your own styles for GraphingLib.