Skip to main content

Module plot

Module plot 

Source

Re-exports§

pub use band::BandPlot;
pub use bar::BarPlot;
pub use boxplot::BoxGroup;
pub use boxplot::BoxPlot;
pub use brick::BrickAnchor;
pub use brick::BrickPlot;
pub use bump::BumpPlot;
pub use bump::BumpSeries;
pub use bump::BumpTieBreak;
pub use bump::CurveStyle;
pub use calendar::CalendarAgg;
pub use calendar::CalendarPeriod;
pub use calendar::CalendarPlot;
pub use calendar::WeekStart;
pub use candlestick::CandleDataPoint;
pub use candlestick::CandlestickPlot;
pub use chord::ChordPlot;
pub use clustermap::AnnotationTrack;
pub use clustermap::Clustermap;
pub use clustermap::ClustermapNorm;
pub use colormap::ColorMap;
pub use contour::ContourPlot;
pub use density::DensityPlot;
pub use diceplot::DicePlot;
pub use diceplot::DicePoint;
pub use dotplot::DotPlot;
pub use dotplot::DotPoint;
pub use ecdf::EcdfGroup;
pub use ecdf::EcdfPlot;
pub use fill_pattern::FillPattern;
pub use forest::ForestPlot;
pub use forest::ForestRow;
pub use funnel::FunnelColorMode;
pub use funnel::FunnelOrientation;
pub use funnel::FunnelPlot;
pub use funnel::FunnelStage;
pub use gantt::GanttDisplayRow;
pub use gantt::GanttPlot;
pub use gantt::GanttTask;
pub use heatmap::Heatmap;
pub use hexbin::HexbinPlot;
pub use hexbin::ZReduce;
pub use histogram::Histogram;
pub use histogram2d::Histogram2D;
pub use horizon::HorizonPlot;
pub use horizon::HorizonSeries;
pub use jointplot::JointGroup;
pub use jointplot::JointPlot;
pub use jointplot::MarginalType;
pub use legend_plot::LegendPlot;
pub use line::LinePlot;
pub use line::LineStyle;
pub use lollipop::LollipopDomain;
pub use lollipop::LollipopPlot;
pub use lollipop::LollipopPoint;
pub use manhattan::ChromSpan;
pub use manhattan::GenomeBuild;
pub use manhattan::ManhattanPlot;
pub use manhattan::ManhattanPoint;
pub use mosaic::MosaicCell;
pub use mosaic::MosaicPlot;
pub use network::NetworkEdge;
pub use network::NetworkLayout;
pub use network::NetworkNode;
pub use network::NetworkPlot;
pub use network::NodeShape;
pub use parallel::ParallelPlot;
pub use parallel::ParallelRow;
pub use phylo::PhyloNode;
pub use phylo::PhyloTree;
pub use phylo::TreeBranchStyle;
pub use phylo::TreeOrientation;
pub use pie::PieLabelPosition;
pub use pie::PiePlot;
pub use pie::PieSlice;
pub use plot3d::Box3DConfig;
pub use plot3d::DataRanges3D;
pub use plot3d::View3D;
pub use polar::PolarMode;
pub use polar::PolarPlot;
pub use polar::PolarSeries;
pub use pr::PrGroup;
pub use pr::PrPlot;
pub use pyramid::PopulationPyramid;
pub use pyramid::PyramidMode;
pub use pyramid::PyramidSeries;
pub use qq::QQGroup;
pub use qq::QQMode;
pub use qq::QQPlot;
pub use quiver::QuiverArrow;
pub use quiver::QuiverPivot;
pub use quiver::QuiverPlot;
pub use radar::RadarPlot;
pub use radar::RadarReference;
pub use radar::RadarSeries;
pub use raincloud::RaincloudGroup;
pub use raincloud::RaincloudPlot;
pub use ridgeline::RidgelineGroup;
pub use ridgeline::RidgelinePlot;
pub use roc::RocGroup;
pub use roc::RocPlot;
pub use rose::RoseEncoding;
pub use rose::RoseMode;
pub use rose::RosePlot;
pub use rose::RoseSeries;
pub use sankey::SankeyAlluvium;
pub use sankey::SankeyLinkColor;
pub use sankey::SankeyNode;
pub use sankey::SankeyNodeColoring;
pub use sankey::SankeyNodeOrder;
pub use sankey::SankeyPlot;
pub use scatter::MarkerShape;
pub use scatter::ScatterPlot;
pub use scatter3d::Scatter3DPlot;
pub use scatter3d::Scatter3DPoint;
pub use series::SeriesPlot;
pub use series::SeriesStyle;
pub use slope::SlopePlot;
pub use slope::SlopePoint;
pub use slope::SlopeValueFormat;
pub use stacked_area::StackedAreaPlot;
pub use streamgraph::StreamBaseline;
pub use streamgraph::StreamOrder;
pub use streamgraph::StreamgraphPlot;
pub use strip::StripGroup;
pub use strip::StripPlot;
pub use strip::StripStyle;
pub use sunburst::SunburstColorMode;
pub use sunburst::SunburstPlot;
pub use surface3d::Surface3DPlot;
pub use survival::KMGroup;
pub use survival::SurvivalPlot;
pub use synteny::Strand;
pub use synteny::SyntenyBlock;
pub use synteny::SyntenyPlot;
pub use synteny::SyntenySequence;
pub use ternary::TernaryPlot;
pub use ternary::TernaryPoint;
pub use text::TextAlign;
pub use text::TextPlot;
pub use treemap::TreemapColorMode;
pub use treemap::TreemapLayout;
pub use treemap::TreemapNode;
pub use treemap::TreemapPlot;
pub use upset::UpSetIntersection;
pub use upset::UpSetPlot;
pub use upset::UpSetSort;
pub use venn::VennOverlap;
pub use venn::VennPlot;
pub use venn::VennSet;
pub use violin::ViolinGroup;
pub use violin::ViolinPlot;
pub use volcano::LabelStyle;
pub use volcano::VolcanoPlot;
pub use volcano::VolcanoPoint;
pub use waffle::CellShape;
pub use waffle::FillOrder;
pub use waffle::WaffleCategory;
pub use waffle::WafflePlot;
pub use waterfall::WaterfallBar;
pub use waterfall::WaterfallKind;
pub use waterfall::WaterfallPlot;
pub use legend::Legend;
pub use legend::LegendEntry;
pub use legend::LegendGroup;
pub use legend::LegendPosition;
pub use legend::LegendShape;

Modules§

band
bar
boxplot
brick
bump
calendar
candlestick
chord
clustermap
colormap
contour
density
diceplot
dotplot
ecdf
fill_pattern
forest
funnel
gantt
heatmap
hexbin
histogram
histogram2d
horizon
jointplot
legend
legend_plot
line
lollipop
manhattan
mosaic
network
parallel
phylo
pie
plot3d
Shared types for 3D plot types (Scatter3D, Surface3D).
polar
pr
pyramid
qq
quiver
radar
raincloud
ridgeline
roc
rose
sankey
scatter
scatter3d
series
slope
stacked_area
streamgraph
strip
sunburst
surface3d
survival
synteny
ternary
text
treemap
upset
venn
violin
volcano
waffle
waterfall