schettino72 / doit-graphx

ABANDONED
MIT License
6 stars 4 forks source link

website #1

Open schettino72 opened 9 years ago

schettino72 commented 9 years ago
ankostis commented 9 years ago

Added sample graph image.

ankostis commented 9 years ago

Just some quick examples on README. Unfortunately have not much time left for more work.

schettino72 commented 9 years ago

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.

ankostis commented 9 years ago

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?