Skip to content

Commit 6b17a16

Browse files
committed
Fixing rebase conflicts.
1 parent 1f52cc7 commit 6b17a16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_episodes/13-matplotlib.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ df['years_liv'].hist(bins=20)
6868
~~~
6969
{: .language-python}
7070

71-
7271
We can also specify the column as a parameter and a groupby column with the `by` keyword. there are a lot of keywords available to make it look better, we can see some of the most likely ones (as decided by Pandas developers) by using <kbd>shift</kbd> + <kbd>tab<kbd>. Lets try `layout`, `figsize`, and `sharex`.
7372

7473
~~~

0 commit comments

Comments
 (0)