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

Implementation of Issue #4044. Added ScientificTable and ScientificCell subclasses. #4259

Merged
merged 14 commits into from Apr 19, 2015

Commits on Apr 1, 2015

  1. Added ScientificTable type and option.

    This creates a table with no vertical lines for issue matplotlib#4044.
    David authored and dkua committed Apr 1, 2015
    Copy the full SHA
    e893f58 View commit details
    Browse the repository at this point in the history
  2. Updated comments for the Scientific Table and Cell

    David authored and dkua committed Apr 1, 2015
    Copy the full SHA
    fffc63f View commit details
    Browse the repository at this point in the history
  3. Added test + test image for new Table types

    David authored and dkua committed Apr 1, 2015
    Copy the full SHA
    d2b8b27 View commit details
    Browse the repository at this point in the history
  4. Implemented different cell type selection method.

    Instead of having a separate subclass of Table, this commit implements a
    new method for the Table class to select a kind of cell type. This way
    was preferred by @tacaswell.
    dkua committed Apr 1, 2015
    Copy the full SHA
    d8a42dd View commit details
    Browse the repository at this point in the history
  5. Fixed pep8 issues in table.py and test_table.py

    David authored and dkua committed Apr 1, 2015
    Copy the full SHA
    d2c3158 View commit details
    Browse the repository at this point in the history
  6. Reworked feature 4044 so that all cell boundries can be toggled into …

    …view or out of it
    Zair Mubashar authored and dkua committed Apr 1, 2015
    Copy the full SHA
    4542ee7 View commit details
    Browse the repository at this point in the history
  7. Tests for new Table Cell feature (4044) added

    Zair Mubashar authored and dkua committed Apr 1, 2015
    Copy the full SHA
    39cecdc View commit details
    Browse the repository at this point in the history
  8. Cleaned up test for test_table

    dkua committed Apr 1, 2015
    Copy the full SHA
    7b32f5e View commit details
    Browse the repository at this point in the history
  9. Cleaned up code to get it ready for PR.

    * FancyCell renamed to CustomCell.
    * Missing variables removed.
    * Variables renamed to fit style better.
    * Test changed to use single image instead of three separate ones.
    dkua committed Apr 1, 2015
    Copy the full SHA
    6169f0c View commit details
    Browse the repository at this point in the history
  10. Fixed issue with CustomCell's get_path() + setter for CustomCell's vi…

    …sible_edges + various style fixes
    Zair Mubashar authored and dkua committed Apr 1, 2015
    Copy the full SHA
    b68c05f View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    9337be7 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    ac6f471 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. Added tests for CustomCell

    Zair Mubashar committed Apr 7, 2015
    Copy the full SHA
    842a5c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Copy the full SHA
    17576d8 View commit details
    Browse the repository at this point in the history