Skip to content

Releases: abhinav-TB/glpy

0.1.1

17 Oct 06:03
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

New Features

  • @grid decorator:- this can be used as a higher level decorator to call back functions. It will create grid lines. This is still in beta and only work with default screen dimensions. Check out this example to learn more

  • @line decorator:- this is similar to the existing point decorator, it can be used to draw a line easily
    Check out this example for more info