kangwonlee / kangwonlee/nmisp

50 / 55 : stack plot colors

Open
#325 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.