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

Plot size is too large in Juno #382

Closed
HTofi opened this issue Jan 13, 2021 · 1 comment
Closed

Plot size is too large in Juno #382

HTofi opened this issue Jan 13, 2021 · 1 comment

Comments

@HTofi
Copy link

HTofi commented Jan 13, 2021

Hello,

I'm using Interact to obtain an interactive plot and display it the Juno plot pane. However, for some reason the size of the plot is too large, and it can't be displayed whole in the plot pane:

@manipulate for i in 1:N
    plot(X[1:i,1], X[1:i,2], xlim=(-4, 5), ylim=(-3,5))
end

plot_interactive

A normal plot, on the other hand, appears with a small size:

plot(X[:,1], X[:,2], xlim=(-4, 5), ylim=(-3,5))

plot

I tried to modify the size attribute of the plot function, and while it does reduce the plot size, the fonts remain too large, and all lines and curves in the plot remain thick.

Any help is appreciated.

@HTofi
Copy link
Author

HTofi commented Jan 13, 2021

Well, I do not know what the problem was, but it was solved after updating Julia. This issue can be closed.

@HTofi HTofi closed this as completed Jan 13, 2021
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

1 participant