ezel 0.0.1

A good plotting library
Documentation
// https://github.com/has2k1/plotnine/blob/main/plotnine/geoms/__init__.py

#[derive(Clone)]
pub enum Geom {}

// TODO: 'geom_abline'
// TODO: 'geom_area'
// TODO: 'geom_bar'
// TODO: 'geom_bin_2d'
// TODO: 'geom_bin2d'
// TODO: 'geom_blank'
// TODO: 'geom_boxplot'
// TODO: 'geom_col'
// TODO: 'geom_count'
// TODO: 'geom_crossbar'
// TODO: 'geom_density'
// TODO: 'geom_density_2d'
// TODO: 'geom_dotplot'
// TODO: 'geom_errorbar'
// TODO: 'geom_errorbarh'
// TODO: 'geom_freqpoly'
// TODO: 'geom_histogram'
// TODO: 'geom_hline'
// TODO: 'geom_jitter'
// TODO: 'geom_label'
// TODO: 'geom_line'
// TODO: 'geom_linerange'
// TODO: 'geom_map'
// TODO: 'geom_path'
// TODO: 'geom_point'
// TODO: 'geom_pointdensity'
// TODO: 'geom_pointrange'
// TODO: 'geom_quantile'
// TODO: 'geom_qq'
// TODO: 'geom_qq_line'
// TODO: 'geom_polygon'
// TODO: 'geom_raster'
// TODO: 'geom_rect'
// TODO: 'geom_ribbon'
// TODO: 'geom_rug'
// TODO: 'geom_segment'
// TODO: 'geom_sina'
// TODO: 'geom_smooth'
// TODO: 'geom_spoke'
// TODO: 'geom_step'
// TODO: 'geom_text'
// TODO: 'geom_tile'
// TODO: 'geom_violin'
// TODO: 'geom_vline'