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

Enhanced Exploratory Data Analysis (EDA) Function with Improved Plot Titles, Labels, and Color Palettes #92

Merged
merged 6 commits into from
May 18, 2024

Conversation

Devanik21
Copy link
Contributor

@Devanik21 Devanik21 commented May 15, 2024

Hello mentors, PAs.

I've made several improvements to the plots:

Updated the main title for histogram plots to provide a more descriptive overview: plt.suptitle('Distributions of Numeric Columns').

Adjusted the titles for count plots to include the names of the respective categorical columns: plt.title(f'Count of {col}').

Added labels for the y-axis of pie charts to enhance readability: plt.ylabel('').

In addition to these enhancements, I've refined the color palettes for better visualization:

Implemented the viridis palette for count plots to improve visualization: palette='viridis'.

Utilized the Set2 palette for box plots to enhance the distinction between outliers: palette='Set2'.

Applied the Set3 palette for pie charts to make them visually appealing: colors=sns.color_palette('Set3').

These changes should improve the clarity and aesthetics of the plots, enhancing their effectiveness in conveying information. Let me know if there's anything else you'd like to adjust!

Here are few secreenshots-

Screenshot 2024-05-15 122447

Screenshot 2024-05-15 122442

Screenshot 2024-05-15 122433

Screenshot 2024-05-15 122427

Screenshot 2024-05-15 122419

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.

@sanjay-kv
Copy link
Member

This is good. I will analyse and merge it soon. Sorry for the delays

Copy link
Member

@sanjay-kv sanjay-kv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go

@sanjay-kv sanjay-kv merged commit 531138f into recodehive:main May 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants