Skip to content

Commit

Permalink
Update maincode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananya-vastare committed Oct 8, 2024
1 parent 551df14 commit 7c558a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DataVizLearnig/Movie Data Visualization/maincode.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def show_piechart():
genre_counts,
colors=colors,
autopct="%1.1f%%",
labels=genre_counts.index, # Add genre names as labels
shadow=True,
wedgeprops={"edgecolor": "black"}, # Black border between slices
)
Expand Down

0 comments on commit 7c558a2

Please sign in to comment.