Marcus Kazmierczak

Results 41 comments of Marcus Kazmierczak

I came to report a conflict with the same function and Gutenberg's Latest Comments block.

@mzfr I think it might be possible, but how would you want to call termgraph? The easiest way would seem to be export to CSV using `pandas.DataFrame.to_csv` and pipe that...

@songmuyi Do you have a sample data that I can test with?

I'm not quite sure the setup, either your font or terminal, but it looks like it is not using UTF-8.

Correct it's the normalization, the width is the overall width and not necessarily what it will draw, just what it tries to fit the data in to. I think to...

- There does not look like there is a flag for suppressing the value labels at the end, that should be easy enough to add. - Do you have the...

I just released 0.3.0 version that adds a new `--no-values` flag that will allow you to suppress the values printed at the end. I'll try to circle back on the...

@moravveji You can fork the repository as your own and still submit a pull request that way. Here is a [good guide on how PRs work with Github](https://mattstauffer.com/blog/how-to-contribute-to-an-open-source-github-project-using-your-own-fork/).

Is the terminal being used support UTF-8? The `\u2588` is a standard unicode character for the full block. https://www.fileformat.info/info/unicode/char/2588/index.htm

Thanks for the contribution! I updated recently in 0.4.2 to fix the issue with max < width, do you think this change is still necessary? The int() to round() seems...