Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

linear plot 1D vector for x python

x = frame_query("select * from table",db)
y = frame_query("select * from table",db)

x1 = np.array(x)
y1 = np.array(y)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #linear #plot #vector #python
ADD COMMENT
Topic
Name
6+8 =