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

Mplot #108

Merged
merged 68 commits into from
Jan 21, 2024
Merged

Mplot #108

merged 68 commits into from
Jan 21, 2024

Commits on Feb 16, 2023

  1. Allow no drawing of CI (#58)

    LSYS committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    03380e3 View commit details
    Browse the repository at this point in the history
  2. Update CI.yml

    LSYS committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    73d393a View commit details
    Browse the repository at this point in the history
  3. Update nb.yml

    LSYS committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4f491b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c35ea1c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Update options (#58)

    LSYS committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b384f05 View commit details
    Browse the repository at this point in the history
  2. Increase images

    LSYS committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a32fd96 View commit details
    Browse the repository at this point in the history
  3. Bump to v0.3.0 (#58)

    LSYS committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    67d6ebd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Preparing data for mforestplot (closes #59)

    Preparing example data for plotting 'Multiple forestplots'. Where each row in the table/plot has multiple coefficients from multiple models.
    LSYS committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8b2c276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05153c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Add src for mplot + notebook to test some plots (#67)

    - Additional reorganizing of forestplot/mplot.py neede
    d.
    
    - Tests needed.
    
    Docstrings needed.
    LSYS committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    aaea789 View commit details
    Browse the repository at this point in the history
  2. Sync (#69)

    * Allow no drawing of CI (#61)
    
    * Allow no drawing of CI (#58)
    
    * Update CI.yml
    
    * Update nb.yml
    
    * Update options (#58)
    
    * Increase images
    
    * Bump to v0.3.0 (#58)
    
    * Patch (#68)
    
    * Update branches in workflows
    * Replacing append with concat in Pandas (#66)
    LSYS committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    33ac52f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Bump to correct ver (#67)

    LSYS committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e129a60 View commit details
    Browse the repository at this point in the history
  2. Reorganizing src for mplot (closes #87)

    Utils split into two other files specific to mplot.
    LSYS committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    74bf53b View commit details
    Browse the repository at this point in the history
  3. Fixes #82

    LSYS committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    705766b View commit details
    Browse the repository at this point in the history
  4. Pleasing black

    LSYS committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2b5ce9c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    1adcb7c View commit details
    Browse the repository at this point in the history
  2. Troubleshooting workflow error (#87)

    Pytest showing nan==nan as error for py3.9 and py3.10.
    LSYS committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    62e3b19 View commit details
    Browse the repository at this point in the history
  3. Add branch to workflow (#88)

    LSYS committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9a79b54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f504af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79e83fc View commit details
    Browse the repository at this point in the history
  6. Pleasing linters (#88)

    LSYS committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9fd352f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    976f58d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Add docstring & test for (#88, #89)

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ab93c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09af3d4 View commit details
    Browse the repository at this point in the history
  3. Pleasing linters

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    eaee867 View commit details
    Browse the repository at this point in the history
  4. Pleasing linters

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ebb4294 View commit details
    Browse the repository at this point in the history
  5. Add docstring & test for mdraw_yticklabels (#88, #89) (#91)

    * Troubleshooting workflow error (#87)
    
    Pytest showing nan==nan as error for py3.9 and py3.10.
    
    * Add branch to workflow (#88)
    
    * Testing make_multimodel_tableheaders (#88)
    
    * Add test_make_multimodel_tableheaders (#88)
    
    * Pleasing linters (#88)
    
    * Add docstring & test for  (#88, #89)
    
    * Fix compatibility with newer mpl versions (#82)
    
    * Pleasing linters
    
    * Pleasing linters
    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    794f491 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be5eed0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    003ec98 View commit details
    Browse the repository at this point in the history
  8. Pleasing linters

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5a5bd3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1268b32 View commit details
    Browse the repository at this point in the history
  10. Add docstring & test for mdraw_est_markers (#88, #89) (#92)

    * Add docstring & test for mdraw_est_markers (#88, #89)
    
    * Pleasing linters
    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    58d4104 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e8eec4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e567982 View commit details
    Browse the repository at this point in the history
  13. Pleasing linters

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    6cd5721 View commit details
    Browse the repository at this point in the history
  14. Add docstring & test for mdraw_ci (#88, #89) (#93)

    * Add docstring & test for mdraw_ci (#88, #89)
    
    * Pleasing linters
    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    9933ffa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    22faae9 View commit details
    Browse the repository at this point in the history
  16. Troubleshooting older py/mpl ver

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c02c47a View commit details
    Browse the repository at this point in the history
  17. Troubleshooting older py/mpl ver

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b278ac1 View commit details
    Browse the repository at this point in the history
  18. Pleasing linters

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    a73dd86 View commit details
    Browse the repository at this point in the history
  19. Add test for mdraw_legend (#88, #89) (#94)

    * Add test for mdraw_legend (#88, #89)
    
    * Troubleshooting older py/mpl ver
    
    * Troubleshooting older py/mpl ver
    
    * Pleasing linters
    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    aeea499 View commit details
    Browse the repository at this point in the history
  20. Resolving merge conflict..

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    6a60ff8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ffa043e View commit details
    Browse the repository at this point in the history
  22. Pleasing linters

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ea942e3 View commit details
    Browse the repository at this point in the history
  23. Pleasing linters

    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2121c23 View commit details
    Browse the repository at this point in the history
  24. Add docstring & test for mdraw_yticklabel2 (#88, #89) (#95)

    * Add docstring & test for mdraw_yticklabel2 (#88, #89)
    
    * Pleasing linters
    
    * Pleasing linters
    LSYS committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b406f7a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    624eb5a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Pleasing linters

    LSYS committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    d88530f View commit details
    Browse the repository at this point in the history
  2. Add docstring & test for mplot (#88, #89) (#96)

    * Add docstring & test for mplot (#88, #89)
    
    * Pleasing linters
    LSYS committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    33bf8d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    1a895a0 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    LSYS committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    17c7dcc View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Fix mcolor arg (#59)

    LSYS committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b903bd1 View commit details
    Browse the repository at this point in the history
  2. Fixing merge conflict..

    LSYS committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    7799515 View commit details
    Browse the repository at this point in the history
  3. Adding back example notebook..

    LSYS committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    8b949ec View commit details
    Browse the repository at this point in the history
  4. Fixing merge conflict..

    LSYS committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    c1d28c8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #100 from LSYS/mplot-dev

    Fix `mcolor` arg
    LSYS committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    05c1c05 View commit details
    Browse the repository at this point in the history
  6. Adding back example notebook..

    LSYS committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    8b649ef View commit details
    Browse the repository at this point in the history
  7. Fix notebook example

    LSYS committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    7d0402f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #101 from LSYS/mplot-dev

    Fix notebook example
    LSYS committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    29f0c0c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Move xrefline to zorder=0

    LSYS committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ff36ae0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from LSYS/mplot-dev

    Move xrefline to zorder=0
    LSYS committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f866b20 View commit details
    Browse the repository at this point in the history
  3. Add option to remove mplot legend (#103)

    * Add option to remove mplot legend
    
    * Pleasing linters
    LSYS committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f822f4d View commit details
    Browse the repository at this point in the history
  4. Mplot dev (#104)

    * Fix model to model_col
    
    Without this fix, there will be weird result if the model column has some other name than 'model'.
    
    * Bump to ver 0.4.0
    LSYS committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6956b9d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 21, 2024

  1. Add docstring to mplot.py (#105)

    * Add docstrings (#89)
    LSYS committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    a12e6ff View commit details
    Browse the repository at this point in the history
  2. Update readme (#106)

    * Update readme for mplot (#99)
    LSYS committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7fc2dd1 View commit details
    Browse the repository at this point in the history
  3. Bump ver (#107)

    * Bump version to 0.4.0
    LSYS committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    deabdfc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into mplot

    LSYS committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    6f4baf0 View commit details
    Browse the repository at this point in the history