Python library for generating simple text graphs.
Based on code by Rory McCann
pip install textgraphimport textgraph
data = [12, 5, 2, 7]
print(textgraph.spark(data))See more examples in examples.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python library for generating simple text graphs.
Based on code by Rory McCann
pip install textgraphimport textgraph
data = [12, 5, 2, 7]
print(textgraph.spark(data))See more examples in examples.py