James Cann
James Cann
+1 on this issue. I can add a sketch func that indirectly avoids "examples I have seen so far are based on using existing x values of dots in a...
Hi @poopkinel - a bit late, but if you're still stuck on this then I'd take a couple of steps back. Unfortunately the latest versions of Python may have C...
As of version 0.11.1 this no longer raises an error. Should this issue be closed @amit-sharma?
Thanks @amit-sharma - I'd like to contribute, so was looking for good first issues. :)
I'm hitting the same issue using both versions 5.9.0 and 5.19.0 on MacOS.
Just dug into the code and I've found the cause (thanks @OlovJ for investigating the 1000 point threshold - it helped to find the culprit). The issue here seems to...
@Coding-with-Adam I've posted a MWE .ipynb sheet on Google Colab [here](https://colab.research.google.com/drive/1XXHelAo_e9vgse0yGW044oxpqE0q8yhZ?usp=sharing). Can you confirm that you see the rendering issue there? The issue seems to be how the system handles...
Thanks for the follow-up @Coding-with-Adam! I've updated a few things in the Google Colab [notebook](https://colab.research.google.com/drive/1XXHelAo_e9vgse0yGW044oxpqE0q8yhZ?usp=sharing) so that there are plots with: + an explicit `render_mode='auto'` + an explicit `render_mode='webgl'` +...
Here's what it looks like to me @Coding-with-Adam:    Maybe this is a hardware-related issue for 'webgl'? I'm using MacOS with an...
Thanks for the diagnosis @alexcjohnson - helpful context! Manually setting `render_mode='svg'` should work for my use-cases for now. Just need to remember to set it!