-
Notifications
You must be signed in to change notification settings - Fork 21
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
Handle lists and arrays as x
, y
in density_scatter
and siblings
#81
Comments
I'm working on this. |
Hi @janosh sorry for the long silence. I'm thinking about cleaning up the code a little bit (starting with What I want to do (in terms of dataset handling) is still allowing users to pass various types ( This should not be hard (just a simple utility script should do the job) nor breaking. Can I have the permission to implement this change? And do you have any suggestions on this matter? Thanks! |
no worries at all.
of course, that would be much appreciated! 🙏
yes! have a look at Lines 486 to 496 in a2d29e4
which is used in Line 115 in a2d29e4
|
Thanks a lot @janosh. Maybe we would need to add a more general On top of all these technical things, I noticed despite all these beautiful plots, |
yes, that has been on my todo list for a long time. the current docs are terrible! would be much nicer if we had a separate demo page for each plotting function with a few example invocations showing the corresponding figure. we could essentially copy all the cells in i'd prefer if not to use Jupyter notebooks for this as i find them more annoying to work with than Python scripts. luckily VS Code Interactive Window can run Python scripts just like notebooks and also supports exporting cells and their output to HTML. we just need to find a way to script this functionality so that the HTML is updated whenever source files change.
i'm open to that. i'd prefer dataframes over arrays though as they have a more powerful API |
I'm thinking just building separate a docs site with
I also find very long jupyter (like |
i don't think we need to start from scratch and i'm not a huge fan of there are some preliminary example notebooks already up on the current docs page. e.g. see https://pymatviz.janosh.dev/notebooks/mp_bimodal_e_form. you can get a list of them by hitting cmd + k to bring up the nav palette on the current docs. i think just converting those notebooks to python scripts and adding more of them would be great! |
This simple example
embarrassingly raises
The text was updated successfully, but these errors were encountered: