Published
Edited
Jul 28, 2022
16 stars
Insert cell
Insert cell
<hpcc-splitpanel orientation="vertical" style="width:100%;height:1000px">
<hpcc-zoom style="width:100%;height:100%;min-height:48px;overflow:hidden">
<hpcc-observable style="overflow:hidden">
canvas
import { canvas } with { height } from "@mbostock/liquidfun"
height=400
md&#96;###### Credits: [@mbostock](https://observablehq.com/@mbostock)&#96;
</hpcc-observable>
</hpcc-zoom>
<hpcc-tabpanel tabs_movable=1 style="width:100%;height:100%;border:0px;padding:0px;min-height:48px;overflow:hidden">
<hpcc-observable data-label="Function Quadrature Plot" style="width:100%;height:100%;margin-top:-4px;padding:0;min-height:48px;overflow:hidden">
graph
import { graph } from "@laotzunami/numeric-integration-quadrature"

md&#96;###### Credits: [@laotzunami](https://observablehq.com/@laotzunami)&#96;
</hpcc-observable>
<hpcc-observable show_errors=1 data-label="Quadrature Percent Error" style="width:100%;height:100%;margin-top:-4px;padding:0;min-height:48px;overflow:hidden">
error
import { error } from "@laotzunami/numeric-integration-quadrature"
md&#96;###### Credits: [@laotzunami](https://observablehq.com/@laotzunami)&#96;
</hpcc-observable>
</hpcc-tabpanel>
</hpcc-splitpanel>
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
wc2 = require("@hpcc-js/wc-observable")
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