Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update explanation.py to add dpi feature (Explaination.as_pyplot_figure) #732

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant