Skip to content

eyssette/graphviz-examples

Repository files navigation

Repertoire de schémas créés avec Graphviz

J'utilise beaucoup le logiciel de programmation de graphiques Graphviz. J'ai créé des modèles pour pouvoir créer plus facilement des schémas qui me servent dans mes cours de philosophie et pour mes recherches personnelles.

Les modèles sont disponibles ici : https://github.com/eyssette/graphviz-templates

Voici des exemples de schémas que j'ai créés avec ces modèles.

Accéder directement aux images au format svg : https://github.com/eyssette/graphviz-examples/search?l=SVG

Schémas type “carte mentale”

https://github.com/eyssette/graphviz-examples/tree/master/diagram

{b1[label=""]b2[label=""]}[headport=n]node[fontcolor=black]// NIVEAU 3 (sans intermédiaire)node [shape=box, fillcolor=white, color=grey50]// c1[label=""]b1->c1c1[label=""]b2->c2c2[label=""]// INTERMÉDIAIRE AVANT NIVEAU 3node[fillcolor=grey78, shape=oval]// [arrowhead=none]// bc1[label=""]// NIVEAU 3 (avec intermédiaire)node[fillcolor=white, shape=box, color=grey50]// c1[label=""]// NIVEAU 4node[style="filled,rounded", fillcolor=white, shape=box, color=grey50]// d1[label=""]// ÉTIQUETTES EN ROUGEnode[shape=plaintext, fontcolor=firebrick3, fillcolor=grey98]// e1[label=< = Titre

Contenu
>]// e1[label=""]// ->e1[minlen=1, style=invis]// REMARQUES EN BLEUnode[color=blue, shape=box, margin=0_07, fontcolor=black, fontsize=12, style="dashed", penwidth=0_6]edge[color=blue, arrowhead="none", xlabel="", style="dashed", penwidth=0_6]// r1[label=""]// {rank=same;->r1}// {rank=same;r1->[dir=back]}}" rel="nofollow">Lien vers GraphvizOnline avec le modèle “carte mentale” déjà chargé

Schémas en arbre d'un raisonnement

https://github.com/eyssette/graphviz-examples/tree/master/argument

version avec les objections rédigées dans le schéma

p1[dir=back]}subgraph cluster_0 {bgcolor=grey90style=roundedcolor=grey50margin=40node[shape=box, fillcolor=white, style="filled,rounded", color=black]edge[label="",xlabel="Parconséquent …",fontcolor=grey40;fontsize=15,minlen=3,color=black,penwidth=1, arrowsize=1]subgraph cluster_1 {style="box"margin=15bgcolor=grey73color=grey73p1[label="(1) Prémisse A"]p2[label="(2) Prémisse B"]}p1->p2[style=invis,xlabel="",minlen=1]//{rank=same;p1->p2[style=invis,xlabel="",minlen=1]}p2:s->p3:n[ltail=cluster_1]//p2:w->p3:n[ltail=cluster_1]p3[label="(3) Lemme 1"]{rank=same;p3->p4[style=invis]}p4[label="(4) Prémisse 3"]{p3,p4}->CC[label="Conclusion",fillcolor=black, fontcolor=white, color=black, shape=ellipse]}node[color=red3, style="rounded, filled", shape="box", fillcolor=white, penwidth=1, fontcolor=black, fontsize=16, margin=0_1]o2[label="Objection contrecette prémisse"]{rank=same;p4->o2}}" rel="nofollow">Lien vers GraphvizOnline avec ce modèle déjà chargé

version avec seulement des objections numérotées

p1[dir=back]}subgraph cluster_0 {bgcolor=grey90style=roundedcolor=grey50margin=40node[shape=box, fillcolor=white, style="filled,rounded", color=black]edge[label="",xlabel="Parconséquent …",fontcolor=grey40;fontsize=15,minlen=3,color=black,penwidth=1, arrowsize=1]subgraph cluster_1 {style="box"margin=15bgcolor=grey73color=grey73p1[label="(1) Prémisse A"]p2[label="(2) Prémisse B"]}p1->p2[style=invis,xlabel="",minlen=1]//{rank=same;p1->p2[style=invis,xlabel="",minlen=1]}p2:s->p3:n[ltail=cluster_1]//p2:w->p3:n[ltail=cluster_1]p3[label="(3) Lemme 1"]{rank=same;p3->p4[style=invis]}p4[label="(4) Prémisse 3"]{p3,p4}->CC[label="Conclusion",fillcolor=black, fontcolor=white, color=black, shape=ellipse]}node[color=red3, style="rounded, filled", shape="circle", fillcolor=red3, penwidth=0_5, fontcolor=white, margin=0, size=1,fontsize=14]o2[label="o2"]{rank=same;p4->o2}}" rel="nofollow">Lien vers GraphvizOnline avec ce modèle déjà chargé

Synthèse des idées d'un article

https://github.com/eyssette/graphviz-examples/tree/master/summary

Succession de conjectures et de réfutations

https://github.com/eyssette/graphviz-examples/tree/master/conjectures-and-refutations

Débats

https://github.com/eyssette/graphviz-examples/tree/master/debating

About

Répertoire de schémas créés avec Graphviz

Topics

Resources

Stars

Watchers

Forks