Révision 13 bin/image2geometry/bib_sepals.py
bib_sepals.py (revision 13) | ||
---|---|---|
441 | 441 |
R41, pc41 = compute_curvature_radius(y41[:,0],y41[:,1]) |
442 | 442 |
R423, pc423 = compute_curvature_radius(y423[:,0],y423[:,1]) |
443 | 443 |
R44, pc44 = compute_curvature_radius(y44[:,0],y44[:,1]) |
444 |
fig = plt.figure(figsize=(15, 5))
|
|
444 |
fig = plt.figure(figsize=(12, 5))
|
|
445 | 445 |
plt.plot(yy[:,0], yy[:,1], color='lightgreen', linewidth=10, label='length='+"{:.0f}".format(length)+" um") |
446 | 446 |
#plt.plot(y[:,0], y[:,1], '--') |
447 | 447 |
#plt.plot(y[first][0], y[first][1], 'ro') |
... | ... | |
457 | 457 |
plt.gca().set_aspect('equal', adjustable='box') |
458 | 458 |
plt.xlabel('x (um)') |
459 | 459 |
plt.ylabel('z (um)') |
460 |
plt.ylim([0,600]) |
|
460 | 461 |
plt.legend() |
461 | 462 |
plt.grid(True) |
462 | 463 |
plt.title(title) |
Formats disponibles : Unified diff