With python kernel and matplotlib, one can run %config InlineBackend.figure_format = 'retina'
to make the figures ‘clear’. I am wondering if there is a similar way in Julia & GR.
Yes, increasing the dpi indeed works (dpi=300 or even 200 is enough).
But I am wondering if there is a method to make it ‘permanent’ so that one don’t need to write ‘dpi=300’ every time.
Thank you so much!
I know there could be a startup.jl file, but I didn’t know about ‘PLOTS_DEFAULTS’. I thought something about dpi in the startup file would mess us with other backends (since pythonplot() backend works fine).