Public
Edited
Mar 23, 2024
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
wcElem = d3.select(svgContainer).select("#layer1")
Insert cell
wc = dvWordCloud(wcElem,textFile,1000,600,options)
Insert cell
options = ({
"rotate": 0,
"padding": 0,
"fontScale": 5,
"transitionMS": 1000,
// "maxWords": 3500
})
Insert cell
Insert cell
Insert cell
import {dvWordCloud} from "@emfielduva/dvlib_layout"
Insert cell
introLecture = FileAttachment("IntroLecture@1.txt").text()
Insert cell
language = FileAttachment("Language@1.txt").text()
Insert cell
escapingFlatland = FileAttachment("EscapingFlatland@1.txt").text()
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more