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

Make table in pastas.plots.series() optional #561

Conversation

martinvonk
Copy link
Collaborator

Short Description

Makes table in pastas.plots.series() optional by setting table=True

Checklist before PR can be merged:

make table optional
@martinvonk martinvonk self-assigned this Feb 20, 2023
@martinvonk martinvonk added the enhancement Indicates improvement of existing features label Feb 20, 2023
@martinvonk martinvonk marked this pull request as ready for review February 20, 2023 09:07
@martinvonk martinvonk added this to the 1.1 milestone Feb 20, 2023
commit a37e95c
Merge: 9a3d810 10522d3
Author: Davíd Brakenhoff <d.brakenhoff@artesia-water.nl>
Date:   Mon Feb 20 11:13:50 2023 +0100

    Fix datetime axes with pandas.Timestamp and some other improvements (#557)

commit 10522d3
Author: dbrakenhoff <d.brakenhoff@artesia-water.nl>
Date:   Fri Feb 17 14:26:33 2023 +0100

    add tmin/tmax fix to ps.plots.series()
    revert nb change

commit 51f8282
Author: Martin Vonk <vonk.mart@gmail.com>
Date:   Fri Feb 17 13:24:53 2023 +0100

    fix notebooks pd Timestamp errors

commit 4cc49df
Author: dbrakenhoff <d.brakenhoff@artesia-water.nl>
Date:   Fri Feb 17 12:14:42 2023 +0100

    isort

commit 25eeb8b
Author: dbrakenhoff <d.brakenhoff@artesia-water.nl>
Date:   Fri Feb 17 12:14:28 2023 +0100

    codacy fixes for timer.py

commit 205faa9
Author: dbrakenhoff <d.brakenhoff@artesia-water.nl>
Date:   Fri Feb 17 12:13:57 2023 +0100

    support linear trends in modelcompare

commit 3eac98a
Author: dbrakenhoff <d.brakenhoff@artesia-water.nl>
Date:   Fri Feb 17 12:13:28 2023 +0100

    fix tests
    - temporary(?) fix for tmin/tmax
    - ax.set_xlim("2010", "2015") not working with matplotlib 3.6.1 and pandas 1.5.3
…tion-for-not-showing-statistics-table-in-pastasplotsseries
@codacy-production
Copy link

codacy-production bot commented Feb 20, 2023

Coverage summary from Codacy

Merging #561 (219cad0) into dev (a37e95c) - See PR on Codacy

Coverage variation Diff coverage
-0.07% (target: +0.00%) 0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (a37e95c) 4888 3493 71.46%
Head commit (219cad0) 4893 (+5) 3493 (+0) 71.39% (-0.07%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#561) 11 0 0.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@martinvonk martinvonk force-pushed the 541-enhancement-add-option-for-not-showing-statistics-table-in-pastasplotsseries branch from 748ceab to 219cad0 Compare February 20, 2023 11:34
@dbrakenhoff dbrakenhoff merged commit ef8f88a into dev Feb 20, 2023
@dbrakenhoff dbrakenhoff deleted the 541-enhancement-add-option-for-not-showing-statistics-table-in-pastasplotsseries branch February 20, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates improvement of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Add option for not showing statistics table in pastas.plots.series()
2 participants