Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)