","This is some code for drawing a basic Visio diagram illustrating a set of hierarchically nested objects using Python. Currently it can only draw a hierarchy 3 levels deep, with a single root object ...
\nThe code takes a python dictionary representing a tree of hierarchically nested objects (see capability_map.py), which looks like this:\n\n\tcapability_map = {\n\t'Customer Travel Experience' : ...
本記事では3元系状態図(ternary phase diagram)のPythonライブラリを紹介します。 1-1.3元系状態図とは 3元系状態図(ternary phase diagram)とは3種類の元素の組成(+温度)の状態を表現した図となります。 特定の組成における共結線(相変化・相分離がでる境界を表し ...
First, install the packages required for the operation of Diagrams. This time, Ubuntu 18.04 is used to install Diagrams. [code] sudo apt install -y python3 python3 ...
細かすぎて忘れてしまう、自分用備忘録シリーズです。 複数の患者の経過をまとめて報告したいとき、 治療経過を大まかにまとめることが求められますよね。 治療Aからはじまり、B、Cと進む人もいれば C→B→Dと進む人もいます。 これらの複雑な経過を ...