Skip to content

Commit

Permalink
DOC: Use logos branch for hot-linking
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Sep 23, 2024
1 parent e2de346 commit 2306bda
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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.

<img width="33%" align="right" src="https://github.com/has2k1/plotnine/blob/main/doc/images/logo-512.png?raw=true">
<img width="33%" align="right" src="https://github.com/has2k1/plotnine/blob/logos/doc/images/logo-512.png?raw=true">

Plotting with a *grammar of graphics* is powerful. Custom (and otherwise
complex) plots are easy to think about and build incrementally, while the
Expand Down Expand Up @@ -42,7 +42,7 @@ Building a complex plot piece by piece.
)
```

<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/main/doc/images/readme-image-1.png?raw=true">
<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/logos/doc/images/readme-image-1.png?raw=true">

2. Scatter plot colored according some variable

Expand All @@ -53,7 +53,7 @@ Building a complex plot piece by piece.
)
```

<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/main/doc/images/readme-image-2.png?raw=true">
<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/logos/doc/images/readme-image-2.png?raw=true">

3. Scatter plot colored according some variable and
smoothed with a linear model with confidence intervals.
Expand All @@ -66,7 +66,7 @@ Building a complex plot piece by piece.
)
```

<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/main/doc/images/readme-image-3.png?raw=true">
<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/logos/doc/images/readme-image-3.png?raw=true">

4. Scatter plot colored according some variable,
smoothed with a linear model with confidence intervals and
Expand All @@ -81,7 +81,7 @@ Building a complex plot piece by piece.
)
```

<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/main/doc/images/readme-image-4.png?raw=true">
<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/logos/doc/images/readme-image-4.png?raw=true">

5. Adjust the themes

Expand All @@ -98,7 +98,7 @@ Building a complex plot piece by piece.
)
```

<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/main/doc/images/readme-image-5.png?raw=true">
<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/logos/doc/images/readme-image-5.png?raw=true">

II) Or professional

Expand All @@ -112,7 +112,7 @@ Building a complex plot piece by piece.
)
```

<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/main/doc/images/readme-image-5alt.png?raw=true">
<img width="90%" align="center" src="https://github.com/has2k1/plotnine/blob/logos/doc/images/readme-image-5alt.png?raw=true">

## Installation

Expand Down

0 comments on commit 2306bda

Please sign in to comment.