Skip to content

mews-labs/mbw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MBW (matplotlib backend workaround)

A minimalistic python package to get interactive plots while working with pycharm without imposing a backend for other users.

Setup

pip install mbw@git+https://github.com/eurobios-mews-labs/mbw.git

Usage

import matplotlib.pyplot as plt
import numpy as np
from mbw import mbw

mbw()
plt.figure()
x = np.linspace(0.0, np.pi, 21)
y = np.sin(x)
plt.plot(x, y)
plt.show()

About

Matplotlib backend workaround for pycharm development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages