The other plotting calls take a color parameter, but log_tensor does not.
I also tried manually setting the color component, but even if we set it, it's not respected.
Two pieces of work here:
- A proper API for bar charts that takes a color parameter
- Modification to the the bar_chart scene to query the color component and apply it.
The other plotting calls take a color parameter, but
log_tensordoes not.I also tried manually setting the color component, but even if we set it, it's not respected.
Two pieces of work here: