Skip to content

Commit

Permalink
fix labels in limit bounds comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ando committed Dec 8, 2017
1 parent e5b4d23 commit a743b5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"\n",
"plt.legend()\n",
"plt.yticks(my_range, ordered_df['reaction'])\n",
"plt.xlabel('Reaction Flux Upper Bound (mmol/gDW/h)')\n",
"plt.xlabel('Flux (mmol/gDW/h)')\n",
"plt.ylabel('Reaction')\n",
"#plt.show()\n",
"plt.savefig(\"old-new-all-bounds.pdf\", bbox_inches='tight')"
Expand Down Expand Up @@ -151,7 +151,7 @@
"\n",
"plt.legend()\n",
"plt.yticks(my_range, ordered_df['reaction'])\n",
"plt.xlabel('Reaction Flux Upper Bound (mmol/gDW/h)')\n",
"plt.xlabel('Flux (mmol/gDW/h)')\n",
"plt.ylabel('Reaction')\n",
"#plt.show()\n",
"plt.savefig(\"old-new-all-bounds-with-fluxes.pdf\", bbox_inches='tight')"
Expand Down

0 comments on commit a743b5a

Please sign in to comment.