{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/17"},{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/8"}],"enrichment":{"capability":"ggplot is a Python implementation of the grammar of graphics that lets you build layered statistical graphics by combining data, aesthetic mappings, and geometric layers.","skillfed_tags":["visualization","abandoned","grammar-of-graphics"],"use_cases":["Build multi-layered statistical plots by composing data, aesthetics, and geometric layers in a declarative style.","Create faceted plots that split data across multiple subplots based on categorical variables.","Apply consistent color scales and themes across multiple plot types using a unified grammar.","Prototype exploratory data visualizations when you prefer a grammar-of-graphics approach over imperative plotting."],"what_it_does":"ggplot is a Python port of the R ggplot2 library, implementing the grammar of graphics paradigm for building plots. Rather than calling functions to draw specific chart types, you compose plots by layering components: a data source, aesthetic mappings (which columns map to which visual properties), geometric layers (points, lines, densities), scales, and facets. The library was designed to bring R's declarative plotting approach to Python, though it does not aim for feature-parity with ggplot2.\n\nThe package has been abandoned since its latest release on 2016-09-29 and receives no maintenance. While it has no runtime dependencies and installs cleanly, its age means it was built for older Python versions (2.7 and 3.3 era) and may not work reliably with modern environments or current data science libraries. The repository is archived with a last commit on 2023-01-21.","worth_installing":"No. The package is abandoned (latest release 2016-09-29, repository archived) and almost certainly incompatible with modern Python and libraries. While it has no dependencies and a permissive license, the lack of maintenance makes it unsuitable for new projects. Consider alternatives or test thoroughly before use."},"id":"ggplot","links":{"html":"https://skillfed.io/packages/ggplot","md":"https://skillfed.io/packages/ggplot.md","pypi":"https://pypi.org/project/ggplot/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2016-09-29","license_spdx":null,"license_treatment":"permissive","name":"ggplot","python_support":"unspecified","summary":"ggplot for python"},"popularity":{"monthly_downloads":89904,"position":13628,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.11.5"}
