File: __init__.py

package info (click to toggle)
python-bayespy 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,132 kB
  • sloc: python: 22,402; makefile: 156
file content (13 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
################################################################################
# Copyright (C) 2015 Hannu Hartikainen
#
# This file is licensed under the MIT License.
################################################################################


import bayespy.plot as bpplt

def setup():
    for i in bpplt.pyplot.get_fignums():
        fig = bpplt.pyplot.figure(i)
        fig.clear()