Add "retina" setting for matplotlib for better resolution on mac's
Closed this issue · 1 comments
cfregly commented
import matplotlib.pyplot as plt
%matplotlib inline
%config InlineBackend.figure_format='retina'
context: https://stackoverflow.com/questions/54312924/what-is-matplotlibs-retina-display-mode
cfregly commented