MCPcopy Index your code
hub / github.com/askanium/rustplotlib / linear.rs

File linear.rs

src/scales/linear.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::cmp::{max, Ordering};
2use crate::scales::{Scale, ScaleType};
3
4/// The scale to represent categorical data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected