Browse Source

[MNT] unify figure format

tags/v0.3.2
Gene 1 year ago
parent
commit
ac2503d348
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      examples/dataset_image_workflow/workflow.py

+ 2
- 2
examples/dataset_image_workflow/workflow.py View File

@@ -47,9 +47,9 @@ class ImageDatasetWorkflow:
alpha=0.2,
)

plt.xlabel("Labeled Data Size", fontsize=14)
plt.xlabel("Amout of Labeled User Data", fontsize=14)
plt.ylabel("1 - Accuracy", fontsize=14)
plt.title(f"Image Limited Labeled Data", fontsize=16)
plt.title(f"Results on Image Experimental Scenario", fontsize=16)
plt.legend(fontsize=14)
plt.tight_layout()
plt.savefig(os.path.join(self.fig_path, "image_labeled_curves.svg"), bbox_inches="tight", dpi=700)


Loading…
Cancel
Save