ggsave is confusing
#1163
Marc Pabst (marcpabst)
started this conversation in
General
Replies: 4 comments
|
Yes, you are supposed to control the plot's aspect ratio by setting its absolute size in pixels using |
0 replies
|
It's a bit unclear how pixels in |
0 replies
|
Maybe 1 pixel = 1/96th as was mentioned in this discussion: #839 UPD: we also pass provided DPI to CairoSVG so I'm pretty sure the px/inch ratio is controlled by the DPI. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a good way to make sure that
wandhparamters ofggsave, andSo far, my plot adheres to dome magic, pre-set aspect ratio and I end up with lots of white space in my PDF. I can use
ggsizeto change that, but that screws up the scaing.All reactions