ニュース

図1. PythonとGraphviz を活用して作成したマインドマップ マインドマップから、年齢別と教科別に科目と学習内容のつながりが可視化されます。 そして、知育系サイトにまとめられている教材がマップで一目でわかるので、情報共有に有用であると思われます。
Graphvizでは「ノード」と「エッジ」をDOT言語というもので定義して描いていくが、Pythonのモジュール経由でも使える。 DOT言語自体は難しくない(XMLやJSONみたいな感じ)だが、CSVなどから データを読み込ませる方針でいく。
This approach allows d3-graphviz to work in any Jupyter and VS Code environment without needing a separate file server. I thought this might be interesting to document or link to as an example of ...
The script astvisualizer.py contained in this repository visualizes a Python AST trees. Run the script astvisualizer.py. It accepts the input on stdin. Alternatively you might specify a file name as ...