-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
What to do about plot dpi? #41
Comments
The proper size for the images in different document types has a higher priority. We need additional set/get methods for dpi resolution (dpi) and return it from plot with settings. teal.reporter/R/PictureBlock.R Lines 34 to 102 in 7251895
added to Report Card card Lines 42 to 50 in 7251895
and finally added to each of tmc and tmg and teal.goshaw and teal.ospeys modules and added to plot with settings here we need to introduce the dpi for knitr #165 |
Currently,
teal.reporter
saves any plot objects to files using the default dpi settings of the saving functions, disregarding the plot's dpi as rendered inshiny
. This leads to discrepancies between what users see in the module and the previewer.insightsengineering/teal.widgets#25 suggested the addition of
teal.plot.dpi
as a setting that governs the dpi in allteal
packages. Right now, all ofteal
hardcodes the dpi at 72.Things to consider:
teal.plot.dpi
with the default of 72 to get the dpiblocked by #165
The text was updated successfully, but these errors were encountered: