Open schettino72 opened 9 years ago
Added sample graph image.
Just some quick examples on README. Unfortunately have not much time left for more work.
Thanks for adding the sample image.... but how can i generate it myself?
How to run the tests?
When I run graphx
i get no output at all, no error message, and no file is created.
The image is produced by the "matplotlib" disabled test; you have to comment-out the "skip".
Tests run with python -m unittest test_graphx
or nosetests
. BUT I just discovered that they do not run because the depend on doit.tests.conftest.CmdFactory
, which is not visible unless you have install doit
sources.
You mean doit graph
?
By default it should not write any file but open up a plot-frame.
Do you see graphx
command in the output from doit help
?
Can you try the next README-example, with 'json' graph-type?