Peter Suter
Peter Suter
Yes, but the data is what it is.... Is it unreasonable to expect seaborn to handle this (i.e. any data)? Could seaborn log a warning and skip the kde in...
Interesting. * https://github.com/mwaskom/seaborn/commit/13b390970a9d74828b8ee7325866ad6d0a5e0bb3 -> initial check * https://github.com/mwaskom/seaborn/issues/2186 -> use np.isclose to make check more robust * https://github.com/mwaskom/seaborn/issues/2294 -> use math.isclose to make check more robust * https://github.com/mwaskom/seaborn/issues/2762 -> catch...
No, I have no time to test it sorry. I just run into the crash all the time. Maybe @Const-me tested it. See https://github.com/dotnet/wpf/issues/9042#issuecomment-2112139487
> particular hardware setup A notebook and a monitor?
Could it not be left uninitialized and filled in parts with WritePixels? No full sized `byte[]` array is required for that. Or is it used internally? (What is Mil?)
> such a large bitmap (2-3GB is not really large today. Large scientific images can be 2-3TB. Nobody expects to be able to handle such large images directly yet. (Even...