This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| MIT License | |
| Copyright (c) 2019 Fanjin Zeng | |
| This work is licensed under the terms of the MIT license, see <https://opensource.org/licenses/MIT>. | |
| ''' | |
| import numpy as np | |
| from random import random | |
| import matplotlib.pyplot as plt | |
| from matplotlib import collections as mc |