Searched refs:plotting (Results 1 – 25 of 35) sorted by relevance
12
/external/rust/crates/criterion-plot/ |
D | Cargo.toml.orig | 7 description = "Criterion's plotting library" 10 keywords = ["plotting", "gnuplot", "criterion"]
|
D | Cargo.toml | 18 description = "Criterion's plotting library" 20 keywords = ["plotting", "gnuplot", "criterion"]
|
D | METADATA | 2 description: "Criterion\'s plotting library"
|
/external/rust/crates/plotters/ |
D | METADATA | 2 description: "A Rust drawing library focus on data plotting for both WASM and native applications"
|
D | README.md | 1 # Plotters - A Rust drawing library focus on data plotting for both WASM and native applications … 25 …plotting, but a console based backend is still not ready. See [this example](https://github.com/38… 139 * [Plotting in Rust](#plotting-in-rust) 140 * [Plotting on HTML5 canvas with WASM Backend](#plotting-on-html5-canvas-with-wasm-backend) 266 …ust can be as easy as most of the high-level programming languages. The Rust based plotting library 271 and rendering step into a single application. When plotting in high-level programming languages, 272 e.g. Javascript or Python, data points must be down-sampled before feeding into the plotting 553 …As you may realized, Plotters is a drawing library rather than a traditional data plotting library…
|
D | Cargo.toml.orig | 7 description = "A Rust drawing library focus on data plotting for both WASM and native applications"
|
D | Cargo.toml | 19 description = "A Rust drawing library focus on data plotting for both WASM and native applications"
|
D | CHANGELOG.md | 132 - Allow the axis overlapping with the plotting area with `ChartBuilder::set\_\label\_area\_overlap`. 171 - Date coordinate now support using monthly or yearly axis. This is useful when plotting some data …
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_rtpplay.cc | 239 bool plotting, in ValidateOutputFilesOptions() argument 243 if (!textlog && !plotting && output_files_base_name_specified) { in ValidateOutputFilesOptions() 253 if (output_audio_filename.empty() && plotting && in ValidateOutputFilesOptions()
|
/external/libsrtp2/ |
D | timing | 3 # gnuplot script file for plotting the output generated by srtp_driver -t
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | NOTES | 18 You may want to add -DPLOT_OUTPUT if you want data for plotting.
|
/external/rust/crates/criterion/ |
D | CHANGELOG.md | 94 - Added new plotting backend using the `plotters` crate. Implementation generously provided by Hao 96 - Added `--plotting-backend` command-line option to select the plotting backend. The existing 99 - Added `Criterion::plotting_backend()` function to configure the plotting backend in code.
|
/external/fonttools/Doc/source/ |
D | optional.rst | 90 * `matplotlib <https://pypi.org/pypi/matplotlib>`__: 2D plotting library.
|
/external/scapy/ |
D | README.md | 107 To benefit from all Scapy features, such as plotting, you might want to install
|
D | README | 107 To benefit from all Scapy features, such as plotting, you might want to install
|
/external/armnn/python/pyarmnn/examples/object_detection/ |
D | README.md | 136 …nsures that each class has a unique color which will prove helpful when plotting the bounding boxe… 138 … and process the inference output, along with a resize factor used when plotting bounding boxes to…
|
/external/llvm/docs/tutorial/ |
D | LangImpl06.rst | 582 # mandel - This is a convenient helper function for plotting the mandelbrot set 588 Given this, we can try plotting out the mandelbrot set! Lets try it out:
|
D | OCamlLangImpl6.rst | 532 # mandel - This is a convenient helper function for plotting the mandelbrot set 538 Given this, we can try plotting out the mandelbrot set! Lets try it out:
|
/external/fonttools/ |
D | README.rst | 147 * `matplotlib <https://pypi.org/pypi/matplotlib>`__: 2D plotting library.
|
/external/blktrace/btt/doc/ |
D | btt.tex | 518 ``Grace is a WYSIWYG 2D plotting tool for the X Window System and 519 M*tif.''}, but is easy to parse for other plotting and/or analysis 1221 Included with the distribution is a simple 3D plotting utility based
|
/external/armnn/samples/ObjectDetection/ |
D | Readme.md | 295 …d RGB color. This ensures that each class has a unique color which will prove helpful when plotting
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 1457 A. M. Collins Hidden-line plotting program . . . . . . 448--448 1537 H. Williamson Hidden-line plotting program . . . . . . 578--579 1701 T. Wright Visible surface plotting program . . . . 152--157 (or 152--155??) 1801 B. Gaither Hidden-line plotting program . . . . . . 324--324 1804 T. M. R. Ellis Hidden-line plotting program . . . . . . 324--325
|
D | funstack.in | 2501 …keywords = "CACMA; computer graphics; computers; computers, language; data plotting; graphics;… 5890 …keywords = "computer graphics; data handling; FORTRAN; hidden line plotting; subroutine; subro… 10830 title = "Hidden-line plotting program", 11531 title = "Hidden-line plotting program", 11544 keywords = "algorithm; computer graphics; data handling; hidden line plotting; program", 12744 title = "Visible surface plotting program", 12762 …ter graphics; contour surface; hidden line problem; subroutines; visible surface plotting program", 13509 title = "Hidden-line plotting program", 13522 keywords = "algorithm; computer graphics; division by zero; hidden line; plotting program", 13566 title = "Hidden-line plotting program", [all …]
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.4.rst | 525 For many applications this doesn't matter. If I'm plotting points and
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.4.rst | 525 For many applications this doesn't matter. If I'm plotting points and
|
12