How to Force PandasAI to Use Plotly Instead of Matplotlib for Visualizations #1818
Unanswered
muhammadhamzaazhar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been experimenting with PandasAI and noticed that whenever I query to generate a plot (e.g., scatter, pie, bar), the logs show that it defaults to generating visualization code using Matplotlib behind the scenes.
For my use case, especially involving interactive dashboards with streamlit, I’d prefer the llm to generate Plotly code instead.
Is there a way to:
Any tips, config flags, or examples would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions