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] SVG plots look weird #386

Closed
aviatesk opened this issue Oct 8, 2019 · 2 comments
Closed

[BUG] SVG plots look weird #386

aviatesk opened this issue Oct 8, 2019 · 2 comments
Labels

Comments

@aviatesk
Copy link
Member

aviatesk commented Oct 8, 2019

Atom.jl, julia-client, ink: v0.11.0
Plots.jl: v0.27.0

using Plots
gr()
plot(rand(10, 3), fmt = :svg)

will yield something like

image

@aviatesk aviatesk added the bug label Oct 8, 2019
@aviatesk aviatesk changed the title [BUG] SVG plots looks weird [BUG] SVG plots look weird Oct 8, 2019
@pfitzseb
Copy link
Member

pfitzseb commented Oct 8, 2019

Fixed by JunoLab/atom-julia-client@24fc074 -- turns out decaffeinate removed that semi-colon for some reason...

@pfitzseb pfitzseb closed this as completed Oct 8, 2019
@aviatesk
Copy link
Member Author

aviatesk commented Oct 8, 2019

Thanks ;)

turns out decaffeinate removed that semi-colon for some reason...

haha, any kind of decaffeinate is always hard

@pfitzseb pfitzseb mentioned this issue Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants