Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] plotly: subplots replaced by single polar plot #2963

Open
joshday opened this issue Sep 9, 2020 · 2 comments
Open

[BUG] plotly: subplots replaced by single polar plot #2963

joshday opened this issue Sep 9, 2020 · 2 comments

Comments

@joshday
Copy link
Contributor

joshday commented Sep 9, 2020

Details

If a polar projection is used for any subplot, only the polar plot appears.

Ex: plot(plot(), plot(1:5, proj=:polar))

gr():
Screen Shot 2020-09-09 at 12 17 00 PM

plotly():
Screen Shot 2020-09-09 at 12 17 07 PM

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pyplot x
plotly x
plotlyjs x
pgfplotsx x
inspectdr x

Versions

Plots.jl version: v1.6.3
Backend version (]st -m): NA
Output of versioninfo():

Julia Version 1.5.0
Commit 96786e22cc (2020-08-01 23:44 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin18.7.0)
  CPU: Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
@Diaga
Copy link
Member

Diaga commented Sep 11, 2020

From my research, plotly cannot display different chart types in the same figure.

@joshday
Copy link
Contributor Author

joshday commented Sep 11, 2020

I did find this: https://plotly.com/javascript/mixed-subplots/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants