Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger authored Dec 15, 2020
1 parent 38b2a9b commit 3e50d5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ plt.savefig('overfitting.pgf')

## code to plot the phase diagram
```python
import matplotlib as mpl
from grid import args_intersection
from scipy.spatial import Voronoi

fig, [ax1, ax2] = plt.subplots(1, 2, figsize=(6.4, 3), dpi=150)

plt.sca(ax1)
Expand Down

0 comments on commit 3e50d5c

Please sign in to comment.