from pathlib import Path
print(
    Path(__file__).resolve().parent / Path("plot.png")  # 不要Path(/plot)
)