File: __init__.py

package info (click to toggle)
python-mpld3 0.3git%2B20140910dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,808 kB
  • ctags: 1,095
  • sloc: python: 3,595; makefile: 187
file content (9 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
"""
mpld3 tests
"""

# import matplotlib and set the backend to Agg. This needs to be done before
# pyplot is imported: we set it here so that we don't have to set it in any
# of the individual test files.
import matplotlib
matplotlib.use('Agg')