Searched refs:plot (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libc/AOR_v20.02/math/tools/ |
H A D | plot.py | 46 def plot(xs, gs, ys, es): function 56 ax0.plot(xs, es, "r.") 58 ax1.plot(xs, ys, "r.", label="want") 59 ax1.plot(xs, gs, "b.", label="got") 66 plot(xs, gs, ys, es)
|
/llvm-project/llvm/docs/CommandGuide/ |
H A D | llvm-locstats.rst | 41 .. option:: --draw-plot 49 a plot showing the difference (requires matplotlib) 93 Generate a plot as an image file. 97 llvm-locstats --draw-plot file1.out 99 .. image:: locstats-draw-plot.png 105 Generate a plot as an image file showing the difference in the debug location
|
/llvm-project/openmp/runtime/tools/ |
H A D | summarizeStats.py | 60 def plot(self, *args, **kwargs): 61 """Override plot so that line is closed by default""" 62 lines = super(RadarAxes, self).plot(*args, **kwargs) 165 data["Mean"].plot(kind="bar", logy=True, grid=True, colormap="GnBu", 201 params['ax'].plot(params['theta'], tmp_log, color='b', label=filebase+"_"+kind+"_log") 202 params['ax'].plot(params['theta'], tmp_lin, color='r', label=filebase+"_"+kind+"_linear") 59 def plot(self, *args, **kwargs): global() member in radar_factory.RadarAxes
|
/llvm-project/llvm/utils/ |
H A D | llvm-mca-compare.py | 96 if opts.plot_path[0] != "-" and not opts.plot and not opts.plot_resource_pressure: 559 if not opts.plot and not opts.plot_resource_pressure: 562 if opts.plot:
|
/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl06.rst | 566 very useful function by itself, but if you plot its value over a 573 # Compute and plot the mandelbrot set with the specified 2 dimensional range 725 used to plot things that are!
|
/llvm-project/lldb/examples/python/ |
H A D | gdbremote.py | 1525 plt.plot(adj_times, "o-") 1740 if options and options.plot:
|