Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 705 Bytes

File metadata and controls

37 lines (21 loc) · 705 Bytes

Sample Image

Graphing

This is a graphing library written in Python, using PyCairo. A working PyCairo setup is required to use the library.

Installation

$ git clone https://github.com/GComputeNerd/Graphing-Calc.git
$ cd Graphing-Calc
$ pip install -e .

Basic Usage Guide

You can have multiple coordinate grids!

Sample Image1

You can have grid lines for your coordinate grids!

Sample Image2

Color settings are controlled by PyCairo!

Sample Image3

Get Experimental!

Sample Image4

Sample Image5

Plots Parametric Equations

Sample Image6