Skip to content

Updating setup.cfg for new pep changes#62

Closed
nikisix wants to merge 5 commits intotammoippen:masterfrom
nikisix:hbar
Closed

Updating setup.cfg for new pep changes#62
nikisix wants to merge 5 commits intotammoippen:masterfrom
nikisix:hbar

Conversation

@nikisix
Copy link
Copy Markdown

@nikisix nikisix commented Sep 25, 2024

New horizontal bar chart (hbar)

Nick Tomasino added 2 commits September 25, 2024 16:16
@nikisix
Copy link
Copy Markdown
Author

nikisix commented Oct 8, 2024

Would be great if you could merge this.

@tammoippen
Copy link
Copy Markdown
Owner

Hi, can you please point me to the pep that is offending? What is the error message?

Comment thread plotille/_graphs.py Outdated
from ._util import hist as compute_hist


def hbar(counts, labels=Optional[List[str]], width=80, log_scale=False, linesep=os.linesep,
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove typing information. I intentionally put no typing info in this project for now.

Comment thread plotille/_graphs.py Outdated
from ._util import hist as compute_hist


def hbar(counts, labels=Optional[List[str]], width=80, log_scale=False, linesep=os.linesep,
Copy link
Copy Markdown
Owner

@tammoippen tammoippen Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the difference between this and hist_aggregated? Is it removing the bins part and the addition of labels?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly. Just needed a horizontal bar chart for something.

@nikisix
Copy link
Copy Markdown
Author

nikisix commented Oct 9, 2024

Made the requested changes. Updated the setup.py with more info from your .toml. If that was redundant I can remove.

@tammoippen tammoippen closed this in 7de14ff Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants