Skip to content

Commit

Permalink
monospace example line style arguments (#487)
Browse files Browse the repository at this point in the history
* monospace example line style arguments

* fix: optical -> optional argument

Co-authored-by: Allen Lee <allen.lee@asu.edu>
  • Loading branch information
Toby Hodges and alee authored Jul 20, 2020
1 parent 87e9081 commit 079e103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/09-plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ plt.ylabel('GDP per capita')

## Data can also be plotted by calling the `matplotlib` `plot` function directly.
* The command is `plt.plot(x, y)`
* The color / format of markers can also be specified as an optical argument: e.g. 'b-' is a blue line, 'g--' is a green dashed line.
* The color and format of markers can also be specified as an additional optional argument e.g., `b-` is a blue line, `g--` is a green dashed line.

## Get Australia data from dataframe

Expand Down

0 comments on commit 079e103

Please sign in to comment.