50 / 55 : stack plot colors
Open
bug
- Dominant language
- Jupyter Notebook
- Stars
- 12
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
* [12645df](https://github.com/kangwonlee/nmisp/commit/12645dfbde370ed84c599c993119854b627898d8)
``` python
ylabels = ['s', 'i', 'r']
y = [sol.y[1], sol.y[0], sol.y[2]]
plt.clf()
plt.stackplot(sol.t, y, color=['orange', 'blue', 'green'])
plt.xlabel('$t(sec)$');
```
seems all orange
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.