Skip to content

Formerly "VanGo". PyPi package that takes in a photo of a 2x2 grid and formats matplotlib plots according to provided dimensions.

License

Notifications You must be signed in to change notification settings

ro-mish/GridSculpt

Repository files navigation

gridsculpt

Designed to be used in notebooks.

How to use

  1. Install from pypi
pip install gridsculpt
  1. Import into a notebook instance
import gridsculpt.gridsculpt as gs
  1. Plug in a photo of a 2x2 grid
fig, axs = gs.GridSculpt("[filename]").plot((10,5),{})
  1. Use as if using matplotlib!

About

Formerly "VanGo". PyPi package that takes in a photo of a 2x2 grid and formats matplotlib plots according to provided dimensions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published