-
-
Notifications
You must be signed in to change notification settings - Fork 74
Description
Heya! Watched your talk https://www.youtube.com/watch?v=hXq5Bb40zZY&ab_channel=Amperity. Good stuff and kudos -- I may want to sponsor and/or contribute in the future.
Unfortunately oz is not giving me the predictable rendering I was looking for. Consider the vega-lite doc https://gist.github.com/mortenschioler/66c5d5b935913ab66f48d86ebba46bea. In https://vega.github.io/editor/, I get a nice boxplot:
But in oz ((for [oz-v ["1.6.0-alpha36" "2.0.0-alpha5"] clojure-v ["1.10.1" 1.11.1"]])
) there's no box in my boxplot:
This is from calling (oz/view! (json/read (io/reader "vega-lite.json")))
. Even though I can't see the plot, there are on-hover hints for the median etc.
I got other plots to work, although I think there's a tendency for the renditions to be a little bit grainy unless I input a high width. I have not installed any javascript packages or the like.
Thoughts?