This message was deleted.
# help
s
This message was deleted.
❤️ 1
f
please publish a notebook! share the love :)
g
I’ve published a number of notebooks. My current favorite is on Predictor distributions, statistical power, and effect sizes. It is a series of notebooks connected with Next links at the bottom of each. Start at https://observablehq.com/d/486b09d27f800d1d
OK, I should have searched notebooks of @Fil first. I now see your list of 3D apps and will see if I can find something there that will meet my needs. Thanks for your catalog!
Here is a notebook that illustrates my echarts.js to Observable question, showing a 2D success (a funny graph about this winter’s perceptions in Denver) and a 3D failure. Any suggestions appreciated: https://observablehq.com/d/302f18a402a605ac
m
You’ve got to load the
gl
library separately and wait for that to finish before generating your image. You can do so by naming the cell that refers to the
gl
library and making your image depend on that value. Here’s an example: https://observablehq.com/d/cc8677c3a203897d
🙌 1
🙌🏻 1
g
Again, wow! Works like a charm. I've never been doing something where I needed to wait, but I see why that works here. And thanks for the other improvements in the code.
🙏 1
👍 1
💯 1
f
I'm suggesting a simpler:
echarts = require("echarts", "echarts-gl")
❤️ 2
🤦‍♂️ 1
👍 1
g
As usual, @Fil’s simplification works like a charm. Thanks again