9
pcbdevice/utils/plotimg.py
Normal file
9
pcbdevice/utils/plotimg.py
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
import numpy as np
|
||||||
|
import matplotlib.pyplot as plt
|
||||||
|
|
||||||
|
|
||||||
|
def plotPath(img):
|
||||||
|
plt.matshow(img)
|
||||||
|
plt.colorbar()
|
||||||
|
plt.show()
|
||||||
|
return 1
|
||||||
Reference in New Issue
Block a user