Docs.rs
geo-plot-0.1.2
geo-plot 0.1.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tsturzl
Dependencies
geo-types ^0.4.3
normal
gnuplot ^0.0.33
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
geo_
plot
0.1.2
Plot
Required Methods
plot
Implementations on Foreign Types
Coordinate<f64>
Geometry<f64>
GeometryCollection<f64>
Line<f64>
LineString<f64>
MultiLineString<f64>
MultiPoint<f64>
MultiPolygon<f64>
Point<f64>
Polygon<f64>
Implementors
In geo_
plot::
plot
geo_plot
::
plot
Trait
Plot
Copy item path
Source
pub trait Plot { // Required method fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>]); }
Required Methods
§
Source
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Implementations on Foreign Types
§
Source
§
impl
Plot
for
Geometry
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Source
§
impl
Plot
for
Coordinate
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Source
§
impl
Plot
for
GeometryCollection
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Source
§
impl
Plot
for
Line
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Source
§
impl
Plot
for
LineString
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Source
§
impl
Plot
for
MultiLineString
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Source
§
impl
Plot
for
MultiPoint
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Source
§
impl
Plot
for
MultiPolygon
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Source
§
impl
Plot
for
Point
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Source
§
impl
Plot
for
Polygon
<
f64
>
Source
§
fn
plot
(&self, fg: &mut
Axes2D
, opt: &[
PlotOption
<&
str
>])
Implementors
§