Searched defs:plot (Results 1 – 5 of 5) sorted by relevance
32 fun plot(s: MotionEvent.PointerCoords) regex
28 import matplotlib.pyplot as plot namespace
24 import matplotlib.pyplot as plot namespace
121 def plot(self, foreground=True, background=True, total=True): member in UserActivity
209 private static void plot(float x, float y, float[] sample, int sampleSize) { in plot() method