From 0b120a966fd92e0ecff3dd6541b4bb73f42d95e5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 21 Apr 2011 17:53:38 -0400 Subject: [PATCH] Oops. Also update calibcant post text. --- posts/calibcant.mdwn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/posts/calibcant.mdwn b/posts/calibcant.mdwn index 879ceef..0281bd0 100644 --- a/posts/calibcant.mdwn +++ b/posts/calibcant.mdwn @@ -4,9 +4,17 @@ Here is my Python module for AFM cantilever calibration via the thermal tune method. -The `README` is posted on the [PyPI page][pypi]. +The `README` is posted on the [PyPI page][pypi], and you might also be +interested in the [[package dependency graph|calibcant.svg]] generated +with Yu-Jie Lin's [PDepGraph.py][]: + + $ IGNORED=matplotlib,scipy,numpy,pyyaml,h5py,python,eselect-python + $ python PDepGraph.py -o calibcant.dot -D "$IGNORED" calibcant + $ dot -T svg -o calibcant.svg calibcant.dot [pypi]: http://pypi.python.org/pypi/calibcant/ +[PDepgraph.py]: + http://code.google.com/p/yjl/source/browse/Miscellaneous/PDepGraph.py [[!tag tags/code]] [[!tag tags/linux]] -- 2.26.2