We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b044c commit 8c1e3baCopy full SHA for 8c1e3ba
VisualPIC/Views/editPlotFieldWindow.py
@@ -655,14 +655,14 @@ def SetXAxisUnits(self):
655
super(EditFieldPlotWindow, self).SetXAxisUnits()
656
units = self.xUnits_comboBox.currentText()
657
for fieldProperties in self.fieldPropertiesList:
658
- fieldProperties["axesUnits"]["x"] = units
+ fieldProperties["axesUnits"]["z"] = units
659
660
def SetYAxisUnits(self):
661
if not self.updatingUiData:
662
super(EditFieldPlotWindow, self).SetYAxisUnits()
663
units = self.yUnits_comboBox.currentText()
664
665
- fieldProperties["axesUnits"]["y"] = units
+ fieldProperties["axesUnits"]["x"] = units
666
667
def SaveChanges(self):
668
i = 0
0 commit comments