Skip to content

Commit

Permalink
working on gitpitch
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbopants committed Jun 6, 2018
1 parent ece8708 commit 6c0f46f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PITCHME.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Jim Griffin

---

### Preferred (Object-oriented) approach:
### Preferred (Object Oriented) Approach:

1. Create figure and axis objects
2. Use figure and axis methods to modify visual elements

---

### Example matplotlib syntax
### Matplotlib Object Oriented Syntax

```python
import matplotlib.pyplot as plt
Expand All @@ -59,7 +59,7 @@ Jim Griffin

---

### Common plot types
### Common Plot Types

add something

Expand Down

0 comments on commit 6c0f46f

Please sign in to comment.