question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Including scattegl plot

See original GitHub issue

Hello, Do we know whether scattergl will be also included in plotly_express and if so if it in the imminent road map? Cheers

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nicolaskruchtencommented, May 22, 2019

For all the functions that generate trace types that support WebGL acceleration (px.scatter(), px.line(), px.scatter_polar(), px.line_polar()) you can pass a render_mode="webgl" argument to force that behaviour or render_mode="svg" to disable it. The default is "auto" which uses some heuristics to do the right thing 😃

0reactions
harisbalcommented, May 22, 2019

You can test it here Cheers

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Complete Guide to Scatter Plots - Chartio
Scatter plots are an essential type of data visualization that shows relationships between variables. Use this tutorial to learn how to use this...
Read more >
Scatter plots in Python
Scatter plots and Categorical Axes​​ Scatter plots can be made using any type of cartesian axis, including linear, logarithmic, categorical or date axes....
Read more >
Present your data in a scatter chart or a line chart
Select the data that you want to plot in the scatter chart. On the Insert tab, in the Charts group, click Scatter. ......
Read more >
Scatter (XY) Plots - Math is Fun
A Scatter (XY) Plot has points that show the relationship between two sets of data. In this example, each dot shows one person's...
Read more >
Line Graphs and Scatter Plots - LabWrite
Scatter plots are similar to line graphs in that they start with mapping quantitative data points. The difference is that with a scatter...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found