plotters 0.3.7

A Rust drawing library focus on data plotting for both WASM and native applications
Documentation

Build #4335098 2026-09-05 07:22:15

# rustc version rustc 1.100.0-nightly (0ed41eb41 2026-09-04)

# docs.rs version docsrs 0.0.0 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-01 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "bc33f2a2669c55094a50e60d506060b6e479628a1ff3d9b5fd92ad6395dcfbd5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"doc_cfg\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260904-1.100.0-nightly-0ed41eb41\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:201:1 [INFO] [stderr] | [INFO] [stderr] 201 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `plotters` (manifest) generated 1 warning [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: 3d-plot, 3d-plot2, animation, area-chart, blit-bitmap, boxplot, chart, colormaps, console, customized_coord, errorbar, full_palette, histogram, mandelbrot, matshow, nested_coord, normal-dist, normal-dist2, pie, relative_size, sierpinski, slc-temp, snowflake, stock, tick_control, two-scales [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting plotters v0.3.7 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/coord/mod.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | module [types](types/index.html) for details about the basic 1D types. [INFO] [stderr] | ----- ^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 16 - module [types](types/index.html) for details about the basic 1D types. [INFO] [stderr] 16 + module [types] for details about the basic 1D types. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/coord/mod.rs:19:44 [INFO] [stderr] | [INFO] [stderr] 19 | See documentation for module [combinators](combinators/index.html) for details. [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 19 - See documentation for module [combinators](combinators/index.html) for details. [INFO] [stderr] 19 + See documentation for module [combinators] for details. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/coord/ranged1d/mod.rs:8:62 [INFO] [stderr] | [INFO] [stderr] 8 | The key trait for a one dimensional coordinate is [Ranged](trait.Ranged.html). This trait describes a [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - The key trait for a one dimensional coordinate is [Ranged](trait.Ranged.html). This trait describes a [INFO] [stderr] 8 + The key trait for a one dimensional coordinate is [Ranged]. This trait describes a [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/coord/ranged1d/mod.rs:186:66 [INFO] [stderr] | [INFO] [stderr] 186 | /// This marker decides if Plotters default [ValueFormatter](trait.ValueFormatter.html) implementation should be used. [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 186 - /// This marker decides if Plotters default [ValueFormatter](trait.ValueFormatter.html) implementation should be used. [INFO] [stderr] 186 + /// This marker decides if Plotters default [ValueFormatter] implementation should be used. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/coord/ranged1d/mod.rs:188:31 [INFO] [stderr] | [INFO] [stderr] 188 | /// - [DefaultFormatting](struct.DefaultFormatting.html) will allow Plotters to automatically impl [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 188 - /// - [DefaultFormatting](struct.DefaultFormatting.html) will allow Plotters to automatically impl [INFO] [stderr] 188 + /// - [DefaultFormatting] will allow Plotters to automatically impl [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/coord/ranged1d/mod.rs:190:28 [INFO] [stderr] | [INFO] [stderr] 190 | /// [ValueFormatter](trait.ValueFormatter.html) will not impl unless you impl it manually. [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 190 - /// [ValueFormatter](trait.ValueFormatter.html) will not impl unless you impl it manually. [INFO] [stderr] 190 + /// [ValueFormatter] will not impl unless you impl it manually. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/coord/ranged1d/mod.rs:192:33 [INFO] [stderr] | [INFO] [stderr] 192 | /// - [NoDefaultFormatting](struct.NoDefaultFormatting.html) Disable the automatic `Debug` [INFO] [stderr] | ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 192 - /// - [NoDefaultFormatting](struct.NoDefaultFormatting.html) Disable the automatic `Debug` [INFO] [stderr] 192 + /// - [NoDefaultFormatting] Disable the automatic `Debug` [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/coord/ranged1d/mod.rs:194:28 [INFO] [stderr] | [INFO] [stderr] 194 | /// [ValueFormatter](trait.ValueFormatter.html) manually. [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 194 - /// [ValueFormatter](trait.ValueFormatter.html) manually. [INFO] [stderr] 194 + /// [ValueFormatter] manually. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `plotters` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/plotters/index.html [INFO] running `Command { std: "docker" "inspect" "bc33f2a2669c55094a50e60d506060b6e479628a1ff3d9b5fd92ad6395dcfbd5", kill_on_drop: false }`