Skip to content

Commit 78c304c

Browse files
authored
Update README.md figures
1 parent 4b035b3 commit 78c304c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The three variables represent different ordinal scales for satisfaction. We are
8787
```python
8888
var = ["sataces","satcomm","satrate"]
8989
hammock = hammock_plot.Hammock(data_df = df)
90-
ax = hammock.plot(var=var, default_color="blue", missing=True)
90+
ax = hammock.plot(var=var, missing=True)
9191
```
9292

9393
<img src="image/diabetes.png" alt="Hammock plot for the Diabetes Data" width="600"/>

0 commit comments

Comments
 (0)