Forum Discussion
Betsy
8 years agoHelper IV
Python visual that functions like a Power BI Card or table visual of analysis summary?
Hi Everyone, I'm wondering if anyone knows of a Python visual that is essentially a Power BI card visual? I'm looking to take a p value that results from a statistical analysis and place it on my...
- Anonymous8 years ago
yes you can simply show formatted text and even add extra stuff (trendlines etc), you could use the matplotlib library and use patheffects:
or simply text
Anonymous
8 years agoNot applicable
yes you can simply show formatted text and even add extra stuff (trendlines etc), you could use the matplotlib library and use patheffects:
or simply text
- Betsy8 years agoHelper IV
This is great! Thank you!