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
🤔 Am I calling the api correctly? Digging a bit into the code, I couldn't figure out how I should pass the colors.
If this feature is not supported, please consider this 🙏🏾 . For example, it'd be fantastic to show the result of a Object classification (for example for a pizzas detector). Where 100 (green) is the class detected and the other the class not detected (red or orange depending on the activation).
First of all, thank you for your package it is very easy to use and you get great results!
I'm a bit confused with colors configuration, I'd try to illustrate my issue ⬇️
With this code we will obtain every bar with default color (blue):
I've been able to change the color with
plt.bar(pizzas, percentages, color="red")
I would like to have different color per each bar (see example below)
I tried with:
an obtained the following result:
🤔 Am I calling the api correctly? Digging a bit into the code, I couldn't figure out how I should pass the colors.
If this feature is not supported, please consider this 🙏🏾 . For example, it'd be fantastic to show the result of a Object classification (for example for a pizzas detector). Where 100 (green) is the class detected and the other the class not detected (red or orange depending on the activation).
With:
I'd expected:
The text was updated successfully, but these errors were encountered: