Currently, when I Pkg.add("Plots")
, GR is also installed and built. And if GR is not correctly built, which usual due to network issue, using Plots
may fail because GR will also be imported. I know I can add and switch to other backends afterwards, but can I use Plots without GR?
1 post - 1 participant