-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph list/tracker #122
Comments
I just spent a long while typing a bunch of stuff and github just lost the whole comment. Maybe I'll have the courage to start over in a few days. grr. |
top 2 points:
|
Ok, here is the first part, covering what you already had in your spreadsheet. In the next few days I'll post the rest (all the other important chart types that are missing).
Missing in 3d:
Some more observations:
All the polar plots in plotly express are "sort of" there. They don't allow multiple variables on Speaking of polar, Smith charts are nice for RF / microwave analysis. Got pinged on twitter for feedback on that, apparently plotly is adding that to plotly express. |
Other charts not covered in your spreadsheet that I've either used for business or toying with in the past 1-2 years:
And one more python library amd a few plot types I have to mention: yellowbrick maintained by @bbengfort, @rebeccabilbro et al. It doesn't output interactive figures, just matplotlib, but I've been experimenting with a similar approach I used with my Hotelling package to add support for plotly figs to YB. Has things like:
All useful in EDA, and a whole lot of other things that are much more ML focused. Ok, done for now... |
BTW, on spectral plot, the example I linked was seaborn, and it's a distribution plot (kde ridge) but most of the time spectral plots are not for looking at distributions, but at frequency spectrums |
Worked on plotly this week, sent a PR to fix matplotlylib so it works with current matplotlib (4.3.1) to generate interactive plots. This will help to enable several plots in pandasgui @adamerose. Downside is I didn't make any progress on pandasgui this week. |
Just found this very interesting site, posting here for future reference |
I've started compiling a list of all the useful plots I could think of with examples and whether it is available in PandasGUI:
https://docs.google.com/spreadsheets/d/1ORw1GWTent5NJmIf23Co7EPTBBjNyC1VCHfi9yHwf7A/edit#gid=0
If you have any feedback or knowledge to contribute, feel free to share here
The text was updated successfully, but these errors were encountered: