Skip to content

Commit 75d109f

Browse files
authored
add header to new py file
1 parent d9c6976 commit 75d109f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plantcv/plantcv/visualize/pixel_scatter_vis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
# Visualize a scatter plot of pixels
2+
13
import numpy as np
24
import cv2 as cv
3-
45
from matplotlib import pyplot as plt
5-
66
from plantcv import plantcv as pcv
77
from plantcv.plantcv import fatal_error
88
from plantcv.plantcv import params

0 commit comments

Comments
 (0)