You can use the underlying matplotlib commands to specify dpi . import matplotlib.pyplot as plt import pandas as pd %matplotlib inline fig = plt.figure(dpi=1000) ...
確定! 回上一頁