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

adding file for genres plots #16

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

adding file for genres plots #16

wants to merge 1 commit into from

Conversation

matthias-wyss
Copy link
Contributor

No description provided.

Copy link
Contributor

@CHOOSEIT CHOOSEIT left a comment

Choose a reason for hiding this comment

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

Je pense comme amélioration on pourrait mettre les emotions = COLORS.keys() (pour pas a avoir a tout sync mais c ok)

Par contre GENRES est-ce qu'on pourrait pas juste faire df_main_genres.columns et on enleve wikipedia_ID comme ca c'est plus flexible si on veut en enlever certaines app.

emotions = df_main_genres.columns.tolist()
emotions.remove("wikipedia_ID")

Note pour le merge: Essayer de mettre le COLORS dans un fichier unique pour tous les merges

@CHOOSEIT
Copy link
Contributor

CHOOSEIT commented Dec 1, 2024

A sinon peut-etre juste move les plots dans utils ? (Sinon on pourra le faire app le merge mais il faut juste y penser :) )

@CHOOSEIT
Copy link
Contributor

CHOOSEIT commented Dec 1, 2024

Aussi pour les deux graphs plot et genre est-ce que ca serait pas bien de center les titres ?

title_x=0.5,
title_xanchor="center",

Dans les update layout

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.

2 participants