plotnine.stat_hull

stat_hull(mapping=None, data=None, **kwargs)

2 Dimensional Convex Hull

{usage}

Parameters

qhull_options

Additional options to pass to Qhull. See Qhull <http://www.qhull.org/>__ documentation for details.

Raises

scipy.spatial.QhullError

Raised when Qhull encounters an error condition, such as geometrical degeneracy when options to resolve are not enabled.

See Also

geom_path

The default geom for this stat.