Skip to content

Instantly share code, notes, and snippets.

@matael
Created March 30, 2014 20:00
Show Gist options
  • Select an option

  • Save matael/9878780 to your computer and use it in GitHub Desktop.

Select an option

Save matael/9878780 to your computer and use it in GitHub Desktop.
listes = {
1: "LISTE D'UNION DE LA DROITE ET DU CENTRE (Alain PIGEAU)",
2: "LUTTE OUVRIERE FAIRE ENTENDRE LE CAMP DES TRAVAILLEURS (Yves CHEÈRE)",
3: "LE MANS RENOUVEAU CITOYEN (Ariane HENRY)",
4: "AVEC VOUS POUR LE MANS (Christelle MORANÇAIS)",
5: "LE MANS POUR TOUS (Jean-Claude BOULARD)",
6: "CARTON ROUGE (Pascal LE PORT)",
7: "LE MANS BLEU MARINE (Louis NOGUÈS)",
8: "ALTERNATIVE PROGRESSISTE SOLIDAIRE (Michel PEZERIL)"
}
colors = {
1: "#129cda",
2: "#ee2c29",
3: "#a1da8d",
4: "#06589d",
5: "#963a60",
6: "#ff7400",
7: "#01527a",
8: "#007b25"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment