-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
BarChart[] #499
BarChart[] #499
Conversation
y = x.get_float_value() | ||
if y is None: | ||
return 0. | ||
return y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this would be better implemented with round_to_float(evaluation=evaluation)
. This one doesn't handle non-machine reals and symbolic arguments.
Also, is |
We could add our own color tables, but it's not that easy to get good palettes and copying these or the |
Okay. Good points. Let's add it as a default then. |
958e1a0
to
92fe9cd
Compare
… calculation in BarChart
…spurious matplotlib outputs
See #855 for updates. |
still needs some error checks for a basic version.
still lacks legends.