James Cann

Results 10 comments of 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: ![Figure 1: render_mode='auto'](https://github.com/plotly/plotly.py/assets/107470925/c0665c7f-e701-4755-a4ac-59f854e59d69) ![Figure 2: render_mode='webgl'](https://github.com/plotly/plotly.py/assets/107470925/eaa01e40-3b84-4349-ab53-06fe0f503043) ![Figure 3: render_mode='svg'](https://github.com/plotly/plotly.py/assets/107470925/9637a293-5d90-4ec0-b68f-45bb31404322) 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!