Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/n/e/NeuroTools-0.2.0/test/test_plotting.py NeuroTools(Download)
filename = 'deleteme.png' if os.path.exists(filename): os.remove(filename) plotting.save_2D_image(mat, filename) assert os.path.exists(filename) os.remove(filename)