Implicit Circle (Tangent Line Demo)
Preset: unit circle with its tangent line at t = pi/4, sample point labeled.
Embed syntax
Inside node/facet MDX content, embed the component directly. Inside a page, insert it through the Studio's component picker instead — it configures the same props through a form (or raw JSON if EditorComponentisn't set for this one).
<ImplicitCircleGraph
title=""
/>Live example
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | "Unit circle with the tangent line y = -x + sqrt(2) at t = pi/4" | Card title. This component is a fixed preset (built on EquationPlotter) — title is its only prop. |
PreviousNext