File: pylab_.py

package info (click to toggle)
geophar 18.08.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,932 kB
  • sloc: python: 40,979; xml: 97; makefile: 95; sh: 45
file content (8 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-



try:
    from pylab import *
except:
    from numpy import *