changeset 118:f98db1657dfa

no another guess didnt do it oh well
author Jeff Hammel <k0scist@gmail.com>
date Sun, 15 Mar 2015 20:43:37 -0700
parents 0adf95bdda00
children 3602e357d5e7
files numerics/bar.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/numerics/bar.py	Sun Mar 15 20:41:57 2015 -0700
+++ b/numerics/bar.py	Sun Mar 15 20:43:37 2015 -0700
@@ -41,7 +41,7 @@
         raise NotImplementedError('TODO') # -> record TODO items
 
     p1.rect(x=data[0], y=data[1], height=data[1], width=0.2)
-    show(p1)
+    show(VBox(p1))
 
 #    bar = Bar(data, tools="pan,wheel_zoom,box_zoom,reset,resize")
 #    bar.filename(output)