# HG changeset patch
# User Jeff Hammel <k0scist@gmail.com>
# Date 1426477417 25200
# Node ID f98db1657dfa77cfddd68318bb9eb813b99a509b
# Parent  0adf95bdda00e748d6f02c53568618a9551325b1
no another guess didnt do it oh well

diff -r 0adf95bdda00 -r f98db1657dfa numerics/bar.py
--- 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)