Graphs And Fields
These examples cover 2D graphs, 3D curves, and field-driven flow.
Recommended Examples​
graphs_2dFocus: axes, number plane, one function graph, sampled points, and labelscurves_3dFocus: one parametric space curve with camera framingstreamlinesFocus: seeded trajectories through a field without mixing in arrow visualsmap_projection_morphFocus: projection distortion as a visual graphing-style idea
Good First Pick​
Start with graphs_2d for the clearest graphing introduction.
What To Look For​
- whether the coordinate structure is easy to read
- whether the scene teaches graphing, fields, or flow without mixing too many ideas
- whether camera motion helps, especially in 3D, instead of becoming decoration
Run Locally​
cargo run --example graphs_2d