Skip to content

A wrapper to matplotlib.pyplot with some additional utilities particularly for complex data

License

Notifications You must be signed in to change notification settings

stringhamc/mplt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPLT (My Plot)

A few wrappers around matplotlib easing some common plots that signal processing engineers like to use, such as plotting complex signals (real and imaginary or magnitude and phase).

Usage

Note that mplt import all of pyplot's attributes, so there it is not necessary to import matplotlib.pyplot as well.

import mplt
mplt.myfig('test')
mplt.implot(np.exp(1j*np.linspace(0,5,200)))

About

A wrapper to matplotlib.pyplot with some additional utilities particularly for complex data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages