0000858: Self-Test fails for testActivate v0.13.1539

This commit is contained in:
wmayer
2012-10-29 21:21:15 +01:00
parent 0733a6e47d
commit d1fba0ed46

View File

@@ -167,7 +167,7 @@ class MyForm(QtGui.QDialog,Ui_dialog):
"set label \"" + z_axis_label + "\\nin [mm]\" at screen 0.03, screen 0.5 center rotate by 90\n"+
"set xtics in nomirror offset character 0,-0.5\n"+
"splot \"postprocessing_input.txt\" u " + str(offset_column) + ":" + str(rot_column) + ":" + str(abs_disp_column) + " with pm3d title \"\"\n" +
"exit" )
"exit" ))
gnu_plot_input_file.close()
os.chdir(str(self.dirname))