-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support other visualization librairies #331
Comments
Indeed, I am not familiar with Altair (like Marie, I am much more familiar with plotly, matplotlib, seaborn) and I got the following error when using Altair: MaxRowsError: The number of rows in your dataset is greater than the maximum allowed (5000). and I believe 5000 rows is not much? However, I found this in the documentation Large Datasets - Altair that explains how to let Altair plot more than 5000 rows, they have the following claim about their intended restriction:
But I think a junior DS does not need to trouble himself with that. |
As soon as #303 is merged you'll be able to store any kind of raster/vector in the report. Hence matplotlib will be supported. Could you provide a list of which library should be supported and some snippets of how to use them ? |
This is a valid point, but then it asks the question: what makes other libraries able to plot large number of rows? I can identify reasons why someone/a library would like to limit the number of rows:
How do other (vector plotting) libraries deal with this issue? @sylvaincom it would be very useful to research a bit on the solution others provide. @thomass-dev do you think it would be easy to support plotly as well? It is very popular. |
Fixed by #373 |
Current state
Only Altair plots can be stored in Skore.
Improved state
Other (if not all if possible, according to technical design?) librairies are supported by Skore.
Blocker
The text was updated successfully, but these errors were encountered: