English version

I recently started a small webapps that can generate small genealogy tree on the fly.

I faced a couple of problem using the Pydot library which are reported (#481540 (problem of accent) and #481786 (problem with unicode) ).

My latest issue is to find a way to graph the node over two lines.

Using @@ @@ in the node code divides my node in two rather than just splitting the content over two lines.

Any hints to do that ? Any other libraries I could look at to plot my graphs ?

Thanks :-)

PS: A special thanks to ivazquez, abadger1999 and all the guys hanging in #fedora-python who helped me so much with that project !



French version

Depuis quelques temps je travail sur une appli web qui permet de générer (entre autre) des arbres généalogiques de manière dynamique.

Je me suis alors penché sur la bibliothèque python Pydot où j'ai rencontré quelques problèmes rapporté sur notre bugzilla (#481540 (problème avec des accents) et #481786 (problème avec la gestion de l'unicode)).

Un des dernièrs problème que j'ai, c'est de mettre le contenu d'un noeud sur deux lignes.

Si j'utilise @@ @@ il me crée 2 noeuds au lieu de me mettre un noeud avec le contenu réparti sur deux lignes.

Une idée de comment résoudre ça ?? Une autre bibliothèque que je pourrais utiliser et qui ferai cela ?

Merci :-)

PS: Un grand merci à ivazquez, abadger1999 et tous les autres de #fedora-python qui m'ont beaucoup aidé sur ce projet !