MCPcopy Index your code
hub / github.com/lawlite19/MachineLearning_Python / drawline

Function drawline

PCA/PCA.py:102–103  ·  view source on GitHub ↗
(plt,p1,p2,line_type)

Source from the content-addressed store, hash-verified

100
101# 画一条线
102def drawline(plt,p1,p2,line_type):
103 plt.plot(np.array([p1[0],p2[0]]),np.array([p1[1],p2[1]]),line_type)
104
105
106

Callers 1

PCA_2DFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected