Published
Edited
Feb 25, 2022
Insert cell
Insert cell
Insert cell
Insert cell
md`## SVG Path and d attribute`
Insert cell
html`
<svg width=100 height=100>
<path d='M0,0 C50,40 50,70 20,100 L0,85 L-20,100 C-50,70 -50,40 0,0'
fill='none' stroke='#000' stroke-width=2 transform='translate(50,0)' />
</svg>
`
Insert cell
md`## Appendix`
Insert cell
import {
slide, slide_style, pathColors,
} from '@sxywu/workshop-utility-functions'
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more