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
We could also fine-tune this perhaps ... if colors: is too generic, we could say
main_color: or foreground_color or color1: color2: and so on. Being able to
pass it in directly via a Hash is the important part here. That way we can
fine-tune the APIs here, to different use cases. Perhaps even to render them
as HTML "strings" (e. g. via CSS actually; my idea here is to allow for this
to be used in a web-page as-is, a "drop in" replacement).
The text was updated successfully, but these errors were encountered:
What if all APIs, such as UnicodePlot.barplot(), also support an argument called colors?
For instance:
This would use steelblue rather than green (the default).
Right now this leads to an error:
We could also fine-tune this perhaps ... if colors: is too generic, we could say
main_color: or foreground_color or color1: color2: and so on. Being able to
pass it in directly via a Hash is the important part here. That way we can
fine-tune the APIs here, to different use cases. Perhaps even to render them
as HTML "strings" (e. g. via CSS actually; my idea here is to allow for this
to be used in a web-page as-is, a "drop in" replacement).
The text was updated successfully, but these errors were encountered: