Skip to content

Commit 52f2e58

Browse files
authored
Update 07-visualization-ggplot-python.md
change title of the episode from `ggplot` to `plotnine`. maybe you want to keep the title since it is catchy, but it does relate to the closed PR #248 and open issue #246
1 parent 4f44253 commit 52f2e58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/07-visualization-ggplot-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Making Plots With ggplot
2+
title: Making Plots With plotnine
33
teaching: 40
44
exercises: 50
55
questions:
66
- "How can I visualize data in Python?"
77
- "What is 'grammar of graphics'?"
88
objectives:
9-
- "Create a plotnine object."
9+
- "Create a `plotnine` object."
1010
- "Set universal plot settings."
1111
- "Modify an existing plotnine object."
1212
- "Change the aesthetics of a plot such as color."

0 commit comments

Comments
 (0)