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.

Subplots for all trace types

See original GitHub issue

In an ideal world, users should be able to create and manipulate all subplot variants that plotly.js can create. Certainly it should be possible to create multiple pie subplots for example.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
nicolaskruchtencommented, Jul 25, 2018

right, but we can change one of them to use a second geo right? geo2 or something, just like we can have multiple scenes and so on?

0reactions
nicolaskruchtencommented, Aug 7, 2018

OK, so let’s move all the polar.<>, geo.<>, ternary.<> and scene.<> into the corresponding subplot folds in Graph/Subplots in an “Options” section. While we’re in there let’s make sure the bgcolor option is there where supported 😃

Note that this means that the “Geo Layout” fold will disappear and thus make the geo subplot folds huge, and we’ll also have to lightly adapt the shamefullyAdjustGeo stuff to work with e.g. geo2 and so on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

plotly.subplots.make_subplots — 5.11.0 documentation
'domain': Subplot type for traces that are individually. positioned. pie, parcoords, parcats, etc. trace type: A trace type which will be used to...
Read more >
plotly subplots with multiple plot types not working
I've scowled the internet and tried various ways to create a subplot with three scatterpolar plots and three bar plots ...
Read more >
Creating Various Plot Types and Subplots with Plotly
Use plotly to create bar charts, histograms, scatter plots, bubble chart, and box plots and arrange these with subplots.
Read more >
PlotlyBase.jl API Documentation - JuliaHub
Build a plot of with one trace of type kind and set x to x and y to y. All keyword ... Set...
Read more >
Multicharts and subplots - Plotly.NET
Summary: This example shows how to create charts with multiple subplots in F#. ... Grid does some internal magic to make sure that...
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