From bbe5d61ca031c4d1b28b20b1144b418ae7697086 Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Tue, 24 Sep 2024 00:14:18 +0300 Subject: [PATCH] DOC: Make hex logo smaller --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e28289eb..f39b53c34 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ [![Build Status](https://github.com/has2k1/plotnine/workflows/build/badge.svg?branch=main)](https://github.com/has2k1/plotnine/actions?query=branch%3Amain+workflow%3A%22build%22) [![Coverage](https://codecov.io/github/has2k1/plotnine/coverage.svg?branch=main)](https://codecov.io/github/has2k1/plotnine?branch=main) + + plotnine is an implementation of a *grammar of graphics* in Python based on [ggplot2](https://github.com/tidyverse/ggplot2). The grammar allows you to compose plots by explicitly mapping variables in a dataframe to the visual characteristics (position, color, size etc.) of objects that make up the plot. - - Plotting with a *grammar of graphics* is powerful. Custom (and otherwise complex) plots are easy to think about and build incrementally, while the simple plots remain simple to create.