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

Title gets cut off in Juno but normal from separate window #194

Open
shipengcheng1230 opened this issue Jul 3, 2018 · 1 comment
Open

Comments

@shipengcheng1230
Copy link

shipengcheng1230 commented Jul 3, 2018

I am using the example of linescatter2() and find that:
In Juno, title is cut off,
image

However, in the separate window from REPL, everything is good, as fixed in #131
image

I find that the default margin set is different in both situation, wherein Juno is
"margin": { "l": 40, "b": 30, "r": 10, "t": 10},, in REPL is margin": { "l": 50, "b": 50, "r": 50, "t": 60}. I am not sure why it is not consistent.

I am using Julia v0.6.3, everything else, including package, Atom, etc., is up-to-date.

@sglyon
Copy link
Member

sglyon commented Jul 3, 2018

Very good debugging.

When we first added Juno support the large margins didn't look very good, so we made them smaller.

I don't recall where we make that change, but if we can track it down it would be easy to re-optimize that setting.

I'm sorry, but I don't think I will have the chance to hunt it down right now. If you are able to look you could either comment here or make a pull request and we'll work on getting the fix merged into the library

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

No branches or pull requests

2 participants