-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Figures in Juno not auto-scaled vertically #244
Comments
I'm seeing the same issue, auto-scales horizontally, but not vertically. Does anyone have any idea where it breaks? Platform Windows 10 Atom 1.40.1, with
Julia 1.2.0, with:
|
That's really strange. I'm not sure what would be causing this. I don't have time to dig into it now, but would be happy to review any pull requests that attempt to fix the issue |
Do you have any ideas where might be a good place to start looking? |
the relevant code is in this file: https://github.com/sglyon/PlotlyJS.jl/blob/master/src/display.jl It looks like we try to handle this here: https://github.com/sglyon/PlotlyJS.jl/blob/9869ff18f1cda79799e74491c31ca0a5a7058699/src/display.jl#L88-L94 But it must not be working |
Thanks. I tried fiddling with this code after I hit the problem, but wasn't able to change the behavior. Thought the issue may be elsewhere. |
perhaps delete the if condition and run that code always? |
That does fix it, thanks! I didn't even think of that 🤦♂ |
After recent updates, figures in the Plot panel inside Juno/Atom does not scale vertically automatically. It still scale to fill the width of the panel, but not the height.
I am actually not really sure if this is a problem with PlotlyJS, or WebIO, or Juno or Atom.jl. Any help to point to the right direction is appreciated
The text was updated successfully, but these errors were encountered: