Function rnapkin::draw::plot

source ·
pub fn plot<P: AsRef<Path>>(
    bblv: &BubbleVec,
    bblr: f64,
    filename: &P,
    theme: &ColorTheme,
    height: u32,
    mirror: Mirror,
    highlights: &[Option<usize>]
) -> Result<Option<String>>