Salome HOME
Merge branch 'V7_dev'
[modules/paravis.git] / test / VisuPrs / SWIG_scripts / A5.py
index 8fefc1332845e1acbfea8cad798e65709ca5d210..cb8edcc894d6fab7aba3d6b9bc3539712560e60f 100644 (file)
@@ -69,7 +69,8 @@ if cur_view:
     pvsimple.Delete(cur_view)
 xy_view = pvsimple.CreateXYPlotView()
 xy_view.ChartTitle = 'Very useful data'
-xy_view.AxisTitle = ['[ Wt ]', 'Frequency [ Hz ]']
+xy_view.BottomAxisTitle = '[ Wt ]'
+xy_view.LeftAxisTitle = 'Frequency [ Hz ]'
 
 xy_rep = pvsimple.Show(ps)
 xy_rep.AttributeType = 'Row Data'