Skip to content

Commit cc9e241

Browse files
committed
graphics
1 parent dbd2a89 commit cc9e241

File tree

11 files changed

+16
-17
lines changed

11 files changed

+16
-17
lines changed

.DS_Store

6 KB
Binary file not shown.

BenamouBrenier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def update(val):
260260
plt.contourf(np.arange(self.T)/(self.T-1),np.arange(self.T)/(self.T-1),self.rho[int(t*(self.T-1))])
261261
plt.title("t="+str(t))
262262
plt.colorbar()
263-
plt.savefig("graphics/rho("+str(i)+").pdf")
263+
plt.savefig(f"graphics/rho({i}).pdf")
264264

265265
def k(rho,m): # uselfull?
266266
tol = 1e-7

BenamouBrenier_analysis.ipynb

Lines changed: 15 additions & 16 deletions
Large diffs are not rendered by default.

graphics/criteria.pdf

0 Bytes
Binary file not shown.

graphics/mu.pdf

1.69 KB
Binary file not shown.

graphics/nu.pdf

1.71 KB
Binary file not shown.

graphics/rho(0).pdf

-59.5 KB
Binary file not shown.

graphics/rho(1).pdf

-59 KB
Binary file not shown.

graphics/rho(2).pdf

-27.2 KB
Binary file not shown.

graphics/rho(3).pdf

-59.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)