You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,30 @@ clusters:
42
42
43
43
The number of cluster labels must be consistent with the number of items in the clusters sequence, and the number of bar labels must be consistent with the number of elements in each sub-sequence (each cluster).
44
44
45
-
See the sample.yaml
45
+
Running
46
+
```
47
+
python generate-graph.py sample.yaml sample.png
48
+
```
49
+
produces `0_sample.png` and `1_sample.png`
46
50
47
51
Output
48
52
------
49
-
A pdf generated by matplotlib.pyplot
53
+
A graph generated by matplotlib.pyplot. Depending on the extension of the base filename you pass in, you could get any of these file types supported by matplotlib:
0 commit comments