Matplotlib - Export and Publication Quality
What will be the output of this code snippet?
import matplotlib.pyplot as plt fig, ax = plt.subplots(figsize=(5, 5)) print(ax.figure.get_size_inches())
