Updated the plot code.

This commit is contained in:
Batuhan Berk Başoğlu 2025-10-14 20:30:43 -04:00
parent 6ef69393ab
commit f8f5d68727
Signed by: batuhan-basoglu
SSH key fingerprint: SHA256:kEsnuHX+qbwhxSAXPUQ4ox535wFHu/hIRaa53FzxRpo
5 changed files with 4 additions and 3 deletions

2
.idea/Project.iml generated
View file

@ -4,7 +4,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.11" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View file

@ -1,5 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="PROJECT_PROFILE" value="Default" />
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>

2
.idea/misc.xml generated
View file

@ -3,5 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 3.11 (Project)" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13" project-jdk-type="Python SDK" />
</project>

View file

@ -70,4 +70,4 @@ plt.ylabel("Cut-off Grade (%)")
plt.grid(True)
plt.tight_layout()
plt.show()
plt.savefig('plot.png')

BIN
plot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB