Updated plots to demonstrate current selection update

This commit is contained in:
2006-04-19 18:25:44 +00:00
parent 1091bea0e9
commit 56dac31529
4 changed files with 51 additions and 24 deletions

4
fluent
View File

@@ -88,6 +88,10 @@ class FluentApp:
plot2 = plots.ScatterPlot()
plot2.show()
plot3 = plots.ScatterPlot()
plot3.show()
# pt.set_child(plot, 0, 1)
# Set up plot toolbar
dock = self.widget_tree.get_widget('plot_toolbar_dock')