Within the last two months, my plots started rendering as tiny in VS Code.
If I set the default size as (900,600)
, my plots are tiny:
if I change it to (3600,2400)
, my plots get bigger:
VS Code correctly detects my screen resolution (1920,1080), but for some reason rendering (streaming?) this over ssh (CentOS7 with ENV_GKS_WS = 100) results in a way scaled down image. When I write the plot to disk as a PNG, it loads at the expected size.
VS Code Julia extension 1.0.10
VS Code 1.52.1
Julia 1.5.3