Had difficulty in viewing the X and Y axis data labels of pyplot when there were 100+ features, especially in small figsize such as the default (10,10). Increasing the figsize with the same dpi causes loss in quality of the image, hence an option to increase dpi is surely helpful in certain situations (i.e. when the user has a lot of features).
pyplot.figure() has a parameter called dpi used to control the resolution of the figure, hence access to the 'dpi' parameter would be beneficial for the developers.
Had difficulty in viewing the X and Y axis data labels of pyplot when there were 100+ features, especially in small figsize such as the default (10,10). Increasing the figsize with the same dpi causes loss in quality of the image, hence an option to increase dpi is surely helpful in certain situations (i.e. when the user has a lot of features).
pyplot.figure() has a parameter called dpi used to control the resolution of the figure, hence access to the 'dpi' parameter would be beneficial for the developers.