File: pylab_.py

package info (click to toggle)
geophar 18.08.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,960 kB
  • sloc: python: 41,141; javascript: 1,529; makefile: 101; xml: 97; 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 *