Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
make it more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 4, 2018
1 parent dd68474 commit da934c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/figures/inert_ratio.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/figures/inert_ratio.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
ax3a.tick_params('y', colors='#072BA3')
ax3a.set_xlabel(dclab.dfn.feature_name2label["area_ratio"])
ax3a.set_ylabel(dclab.dfn.feature_name2label["deform"], color='#072BA3')
ax3a.set_xlim(1, 2)
ax3a.set_xlim(1, 1.5)
ax3a.set_ylim(0, .2)


Expand All @@ -71,7 +71,7 @@
ax3b.tick_params('y', colors='#9507A3')
ax3b.set_ylabel(dclab.dfn.feature_name2label["inert_ratio_cvx"],
color='#9507A3')
ax3b.set_ylim(0, 6)
ax3b.set_ylim(0, 3)


fig.text(0, 1, "A",
Expand Down

0 comments on commit da934c2

Please sign in to comment.