Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISU_SWIG / visu_view.py
index 92ade37d360a608df3d72c445cd0da3887d8a335..d301e592614cef59045829a07a9cc621a6b34a93 100644 (file)
@@ -1,11 +1,13 @@
-#==============================================================================
-#  File      : test_table.py
-#  Created   : 20/01/03
-#  Author    : Alexey Petrov
-#  Project   : SALOME
-#  Copyright : Open CASCADE
+#  VISU VISU_SWIG : binding of C++ implementation and Python
+#
+#  Copyright (C) 2003  CEA/DEN, EDF R&D
+#
+#
+#
+#  File   : test_table.py
+#  Author : Alexey Petrov
+#  Module : VISU
 #  $Header: 
-#==============================================================================
 
 import SALOMEDS
 import VISU
@@ -22,7 +24,7 @@ myTable = myViewMan.CreateTableView(myVisuTableReal)
 myTitle = myTable.GetTitle()
 myTable.SetTitle('Changed Title')
 
-myPlot = myViewMan.CreateXYPlot(myContainer1)
+myPlot = myViewMan.CreateXYPlot()
 myTitle = myPlot.GetTitle()
 myPlot.SetTitle('Change the title from python')