Skip to content

Commit

Permalink
Info about Plotnine
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Nov 23, 2023
1 parent 6e753f5 commit 879f494
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/python_data_science.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,40 @@ print(df2.describe_optimized_plan())

## Plotnine

* Kombinace možností ggplot2 a Pythonu
* ggplot2 - populární balíček z ekosystému jazyka R
* Vyšší úroveň abstrakce v porovnání s Matplotlibem

---

### Konstrukce grafů s využitím grammar of graphics

![grammar of graphics](images/gog.png)

---

### Korelační diagram

![plotnine1](images/plotnine1.png)

---

### Rozdělení grafu

![plotnine2](images/plotnine2.png)

---

### Aproximace

![plotnine3](images/plotnine3.png)

---

### Regresní přímka

![plotnine4](images/plotnine4.png)

---

## Zpracování obrazů a přirozeného jazyka v Pythonu
Expand Down

0 comments on commit 879f494

Please sign in to comment.