We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b035b3 commit 78c304cCopy full SHA for 78c304c
README.md
@@ -87,7 +87,7 @@ The three variables represent different ordinal scales for satisfaction. We are
87
```python
88
var = ["sataces","satcomm","satrate"]
89
hammock = hammock_plot.Hammock(data_df = df)
90
-ax = hammock.plot(var=var, default_color="blue", missing=True)
+ax = hammock.plot(var=var, missing=True)
91
```
92
93
<img src="image/diabetes.png" alt="Hammock plot for the Diabetes Data" width="600"/>
0 commit comments