Searched defs:plot (Results 1 – 4 of 4) sorted by relevance
32 fun plot(s: MotionEvent.PointerCoords) regex
28 import matplotlib.pyplot as plot namespace
24 import matplotlib.pyplot as plot namespace
209 private static void plot(float x, float y, float[] sample, int sampleSize) { in plot() method