-
Notifications
You must be signed in to change notification settings - Fork 165
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
Stacked width inconsistent #83
Comments
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 get consistent widths from call to call it will need a normalization factor passed in, so it treats data the same across calls. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
Thank you very much for providing this library!
I'm attempting to use it to print a live indicator as a debugging aid. (I'm charting how much GPU memory is used vs free). I'm setting width=60 on every call. However, the total bar width changes when the data changes!
I'm wondering if the issue is with normalization not accounting for stacked charts?
In case it helps, here's how I'm calling it:
Many thanks for any tips, and apologies if I'm confused here!
The text was updated successfully, but these errors were encountered: