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

Set default dpi to 600 #2271

Closed
aminya opened this issue Nov 23, 2019 · 5 comments
Closed

Set default dpi to 600 #2271

aminya opened this issue Nov 23, 2019 · 5 comments

Comments

@aminya
Copy link
Contributor

aminya commented Nov 23, 2019

In 2019, with screens being 1080p or even 4K, the default quality of plots should be increased. I believe we should at least set the default dpi to 600.

@mkborregaard
Copy link
Member

That's not really how it works though. The dpi maps screen pixels to print pixels, and is unrelated to the screen resolution. The size of plots is given in pixels. Do you mean that the default size should be larger than 600 x 400?

@aminya
Copy link
Contributor Author

aminya commented Nov 24, 2019

When a plot is generated the quality of the image is affected by dpi keyword argument. I am saying that this should be higher.

plot( x,y; dpi =600)

@aminya
Copy link
Contributor Author

aminya commented Nov 24, 2019

Now I think if we don't specify the dpi parameter it considers it as 300 or worse as 150

@mkborregaard
Copy link
Member

You can read our discussion of dpi in some of the other open issues here. It is often a good idea to orient in open issues on a topic before opening a new one.

@daschw
Copy link
Member

daschw commented Nov 27, 2019

You can always set your default dpi by adding PLOTS_DEFAULTS = Dict(:dpi => 600) to your julia startup file.

@daschw daschw closed this as completed Mar 1, 2020
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

3 participants