You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hmap = hv.HoloMap({str(i)+'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa':hv.Curve([1,2,3*i]) for i in range(3)})
hmap.add_dimension('dummy',0,0).grid()
results in
Javascript error adding output!
Error: unsatisfiable constraint
See your browser Javascript console for more details.
in the notebook
Bokeh: BokehJS plotting callback run at Tue Jul 04 2017 12:48:52 GMT+0200 (CEST)
VM1113:121 [bokeh] WidgetBox mode is fixed, but no width specified. Using default of 300.
main.min.js:21348 Error: unsatisfiable constraint
at t.addConstraint (eval at append_javascript (main.min.js:21632), <anonymous>:177:863)
at t.add_constraint (eval at append_javascript (main.min.js:21632), <anonymous>:94:6935)
at e.r.CanvasView.e.set_dims (eval at append_javascript (main.min.js:21632), <anonymous>:117:22590)
at e.r.PlotCanvasView.e.render (eval at append_javascript (main.min.js:21632), <anonymous>:123:6361)
at e.r.PlotCanvasView.e._layout (eval at append_javascript (main.min.js:21632), <anonymous>:123:5779)
at e.r.LayoutDOMView.e._layout (eval at append_javascript (main.min.js:21632), <anonymous>:121:12321)
at e.r.LayoutDOMView.e._layout (eval at append_javascript (main.min.js:21632), <anonymous>:121:12321)
at e.r.LayoutDOMView.e._layout (eval at append_javascript (main.min.js:21632), <anonymous>:121:12321)
at e.r.LayoutDOMView.e._layout (eval at append_javascript (main.min.js:21632), <anonymous>:121:12321)
at e.r.LayoutDOMView.e._layout (eval at append_javascript (main.min.js:21632), <anonymous>:121:12321)
The text was updated successfully, but these errors were encountered:
Have fixed the concrete issue above but the code that computes the appropriate sizes for the grid axes is somewhat brittle regardless. I've therefore repurposed this issue to find a better approach to draw the GridSpace axes with an appropriate size.
results in
in the notebook
The text was updated successfully, but these errors were encountered: