Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kulia/stem
A proper stem plot that mimic matlab's stem function.
https://github.com/kulia/stem
matplotlib stem
Last synced: about 1 month ago
JSON representation
A proper stem plot that mimic matlab's stem function.
- Host: GitHub
- URL: https://github.com/kulia/stem
- Owner: kulia
- License: mit
- Created: 2019-03-31T02:08:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T13:38:25.000Z (over 5 years ago)
- Last Synced: 2024-11-05T18:57:02.182Z (3 months ago)
- Topics: matplotlib, stem
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plot discrete sequence data
A proper stem plot that mimic matlab's stem function.
`stem(y)` plots the data sequence, `y`, as stems that extend from a baseline along the x-axis. The data values are indicated by circles terminating each stem.
## Example
The figure below shows stem together with regular matplotlib plot.
![](fig/example.png)