plotly_patched/ndarray/
mod.rs

1#[derive(PartialOrd, PartialEq)]
2pub enum ArrayTraces {
3    OverColumns,
4    OverRows,
5}