pub struct LogCoord<V: LogScalable> { /* private fields */ }
Expand description

A log scaled coordinate axis

Trait Implementations

Converts to this type from the input type.

This marker decides if Plotters default ValueFormatter implementation should be used. This associated type can be one of the following two types: Read more

The type of this value in this range specification

This function maps the value to i32, which is the drawing coordinate

This function gives the key points that we can draw a grid based on this

Get the range of this value

This function provides the on-axis part of its range

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Type to describe a coordinate system

Type for values in the given coordinate system

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.