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

Defer matplotlib #15

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

Defer matplotlib #15

wants to merge 3 commits into from

Commits on Feb 28, 2018

  1. Defer loading of matplotlib in Atl

    Atl.py only has one function that uses graphics and this is the
    only file that imports matplotlib even if graphics are not going
    to be used. Deferring means that most users of pyast do not
    require matplotlib if they are not using plotting.
    timj committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    411377e View commit details
    Browse the repository at this point in the history
  2. Fix typo in astropy import

    timj committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    65b8a99 View commit details
    Browse the repository at this point in the history
  3. Ensure that numpy is available

    timj committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    a206f73 View commit details
    Browse the repository at this point in the history