xdsm_tikz module¶
Provide routines for XDSM and tikz.
-
gemseo.utils.xdsm_tikz.xdsm_dict2tex(dict_xdsm, out_dir, out_filename='xdsm', scenario='root', quiet=True)[source]¶ Convert a dictionary representation of a XDSM into a pdf or tikz representation.
- Parameters
xdsm (dict) – XDSM dictionary representation
out_dir (str) – output directory
out_filename (str) – output file name (default: ‘xdsm’)
scenario (str) – scenario name (default: ‘root’)
quiet (bool) – set to True to suppress output from pdflatex.