Skip to content

Commit

Permalink
rename images to force update
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrybarski committed Mar 28, 2017
1 parent d280c0e commit 3815c63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ text = plt.text(40, 20, "$k_{d}=%.1f \pm %.1f\ nM$" % (kd, kd_stddev), fontsize=
plt.xlabel("Protein (nM)", fontsize=18)
plt.ylabel("Fluorescence (A.U.)", fontsize=18)
```
![hyperbolic fit](hyperbolic-fit.png)
![hyperbolic fit](hyperbolic-fit2.png)

### Quadratic Fit

Expand Down Expand Up @@ -65,4 +65,4 @@ plt.suptitle("Quadratic Fit", fontsize=18)
plt.xlabel("Protein (nM)", fontsize=18)
plt.ylabel("Fluorescence (A.U.)", fontsize=18)
```
![quadratic fit](quadratic-fit.png)
![quadratic fit](quadratic-fit2.png)
File renamed without changes
File renamed without changes

0 comments on commit 3815c63

Please sign in to comment.