[FEM] fix issue that all plot windows had the same name

- they all had the name "figure 1"
- thus make the name unique and this way also enable to have several plots open displaying different result types (for the line filter)
This commit is contained in:
Uwe
2022-06-10 00:55:02 +02:00
parent 10edc03ec1
commit dd00c46a8c
3 changed files with 3 additions and 2 deletions

View File

@@ -739,7 +739,7 @@ from PySide import QtCore\n\
import numpy as np\n\
from matplotlib import pyplot as plt\n\
plt.ioff()\n\
plt.figure(1)\n\
plt.figure(title)\n\
plt.plot(x, y)\n\
plt.xlabel(\"" << xlabel.toStdString() << "\")\n\
plt.ylabel(title)\n\