PyPlot plots are bigger with high DPI, but still blurry
I am following a tutorial to generate a scatter plot of points, coloured by cluster and also colour-saturated based each point’s strength of membership in its respective clusters. I mention the colouring details in case they affect the resolution, but I suspect they don’t.
%matplotlib qt[5] error and %matplotlib not reflected in Spyder Preferences
In the Spyder GUI, I can navigate to the following parameter: Tools -> Preferences -> IPython console -> Graphics -> Graphics backend -> Backend
. The options for this parameter are Inline
, Automatic
, Qt5
, and Tkinter
.