You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I am switching up args weirdly or something, looked through the Readme and I may have missed any misc. requirements for vertical. Appreciate any help, will keep digging though!
First of all: thank you so much for this neat library, appreciate all the work that has gone into making this :)
I am trying to make a graph from within another Python script, and here's a working version:
However, if I change
args["vertical"]
toTrue
, I get ...In [2]: args["vertical"] = True ...: chart(colors, data, args, labels) ...:
(no output)
Maybe I am switching up args weirdly or something, looked through the Readme and I may have missed any misc. requirements for vertical. Appreciate any help, will keep digging though!
EDIT
Of course as soon as I post this I find...
https://github.com/mkaz/termgraph/blob/main/termgraph/termgraph.py#L465
Adding
"different_scale": True,
made something print, but it seems rather broken.The text was updated successfully, but these errors were encountered: