Skip to content

Commit f8b1960

Browse files
switched figures to png format for journal
1 parent 21e0fcb commit f8b1960

File tree

7 files changed

+7
-4
lines changed

7 files changed

+7
-4
lines changed

code/case-study.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@
473473
"plt.yticks(fontsize=13)\n",
474474
"plt.tick_params(axis='both', which='both', right=True, direction='in')\n",
475475
"plt.ylabel(\"False Negative Rate\", fontsize=18)\n",
476-
"plt.savefig(\"../figures/cdr_uncertainty.pdf\", format='pdf', bbox_inches='tight')\n",
476+
"plt.savefig(\"../figures/cdr_uncertainty.png\", format='png', bbox_inches='tight',\n",
477+
" dpi=600)\n",
477478
"plt.show()"
478479
]
479480
},
@@ -784,7 +785,8 @@
784785
"plt.tick_params(axis='both', which='both', top=True, right=True, direction='in')\n",
785786
"# make legend font larger\n",
786787
"plt.legend(fontsize=18)\n",
787-
"plt.savefig('../figures/cleaned_data_size.pdf', format='pdf', bbox_inches='tight')\n",
788+
"plt.savefig('../figures/cleaned_data_size.png', format='png',\n",
789+
" bbox_inches='tight', dpi=600)\n",
788790
"plt.show()"
789791
]
790792
},
@@ -1052,7 +1054,8 @@
10521054
"plt.yticks(fontsize=13)\n",
10531055
"plt.tick_params(axis='both', which='both', right=True, direction='in')\n",
10541056
"plt.ylabel(\"False Negative Rate\", fontsize=18)\n",
1055-
"plt.savefig(\"../figures/logistic_uncertainty.pdf\", format='pdf', bbox_inches='tight')\n",
1057+
"plt.savefig(\"../figures/logistic_uncertainty.png\", format='png',\n",
1058+
" bbox_inches='tight', dpi=600)\n",
10561059
"plt.show()"
10571060
]
10581061
},
@@ -1084,7 +1087,7 @@
10841087
],
10851088
"metadata": {
10861089
"kernelspec": {
1087-
"display_name": "Python 3",
1090+
"display_name": "workflow",
10881091
"language": "python",
10891092
"name": "python3"
10901093
},

figures/cdr_uncertainty.pdf

-16.2 KB
Binary file not shown.

figures/cdr_uncertainty.png

191 KB
Loading

figures/cleaned_data_size.pdf

-13.1 KB
Binary file not shown.

figures/cleaned_data_size.png

289 KB
Loading

figures/logistic_uncertainty.pdf

-18.5 KB
Binary file not shown.

figures/logistic_uncertainty.png

235 KB
Loading

0 commit comments

Comments
 (0)