File: __init__.py

package info (click to toggle)
python-mplexporter 0.0.1%2B20140921-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220 kB
  • ctags: 133
  • sloc: python: 940; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (4)
1
2
3
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt