Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added DOC string for all the geometric objects. #1024

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Added DOC string for all the geometric objects. #1024

wants to merge 4 commits into from

Commits on May 3, 2020

  1. Added DOC string for all the geometric objects.

    Earlier only ndarray could be used as arguments for some
    geometric objects, for eg:- starting and ending point of
    Line object. Now any array_like object can be used.
    AkashKarnatak committed May 3, 2020
    Configuration menu
    Copy the full SHA
    faf8f85 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary changes made to Line, Arc and Dot class

    because there arguments were already compatible with array_like
    objects.
    AkashKarnatak committed May 3, 2020
    Configuration menu
    Copy the full SHA
    5c174bc View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    0a440b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    85fd7e1 View commit details
    Browse the repository at this point in the history