Skip to content

Conversation

@apoplexi24
Copy link

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.
@apoplexi24 apoplexi24 changed the title Update explanation.py (Explaination.as_pyplot_figure) Update explanation.py to add dpi feature (Explaination.as_pyplot_figure) Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant