We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f44253 + 52f2e58 commit 2438ed8Copy full SHA for 2438ed8
1 file changed
_episodes/07-visualization-ggplot-python.md
@@ -1,12 +1,12 @@
1
---
2
-title: Making Plots With ggplot
+title: Making Plots With plotnine
3
teaching: 40
4
exercises: 50
5
questions:
6
- "How can I visualize data in Python?"
7
- "What is 'grammar of graphics'?"
8
objectives:
9
- - "Create a plotnine object."
+ - "Create a `plotnine` object."
10
- "Set universal plot settings."
11
- "Modify an existing plotnine object."
12
- "Change the aesthetics of a plot such as color."
0 commit comments