pub struct LogRange<V>(pub Range<V>)
where
    V: LogScalable
;
👎Deprecated: LogRange is deprecated, use IntoLogRange trait method instead
Expand description

The logarithmic coodinate decorator. This decorator is used to make the axis rendered as logarithmically.

Tuple Fields

0: Range<V>
👎Deprecated: LogRange is deprecated, use IntoLogRange trait method instead

Trait Implementations

Type to describe a coordinate system
Type for values in the given coordinate system
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Bind a existing coordinate spec with a given key points algorithm. See WithKeyPointMethod for more details. Example: Read more
Bind a existing coordinate spec with a given key points vector. See WithKeyPoints for more details. Example: Read more
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.

Set the step value, make a linspace coordinate from the given range. By default the matching method use the exact match Read more
Make the partial axis Read more
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.