|
473 | 473 | "plt.yticks(fontsize=13)\n", |
474 | 474 | "plt.tick_params(axis='both', which='both', right=True, direction='in')\n", |
475 | 475 | "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", |
477 | 478 | "plt.show()" |
478 | 479 | ] |
479 | 480 | }, |
|
784 | 785 | "plt.tick_params(axis='both', which='both', top=True, right=True, direction='in')\n", |
785 | 786 | "# make legend font larger\n", |
786 | 787 | "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", |
788 | 790 | "plt.show()" |
789 | 791 | ] |
790 | 792 | }, |
|
1052 | 1054 | "plt.yticks(fontsize=13)\n", |
1053 | 1055 | "plt.tick_params(axis='both', which='both', right=True, direction='in')\n", |
1054 | 1056 | "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", |
1056 | 1059 | "plt.show()" |
1057 | 1060 | ] |
1058 | 1061 | }, |
|
1084 | 1087 | ], |
1085 | 1088 | "metadata": { |
1086 | 1089 | "kernelspec": { |
1087 | | - "display_name": "Python 3", |
| 1090 | + "display_name": "workflow", |
1088 | 1091 | "language": "python", |
1089 | 1092 | "name": "python3" |
1090 | 1093 | }, |
|
0 commit comments