4 Commits

Author SHA1 Message Date
David Manthey
0d13f8ae70 style: Auto-fix white space and a few minor typos 2022-01-14 15:01:55 -05:00
David Manthey
df6c8dca8f feat: Add a grid feature.
This refactors the contourFeature to avoid code duplication, as the grid
and contour features are nearly the same.  Specifically, the contour
feature has data values at each vertex of a mesh and the grid feature
has data values on the elements of the mesh.  The grid feature has solid
colors for each mesh element, while the contour feature has interpolated
values between the vertices.

This adds a small tutorial.

This closes #545.
2021-08-13 08:15:36 -04:00
David Manthey
57882193b8 Remove marked from package.josn.
This was added years ago to avoid a security warning.  It is now being
removed to avoid a security warning.
2020-09-14 11:44:06 -04:00
David Manthey
85ab588702 Add a tutorial showing how to make a text feature.
This also checks in a script used to generate the thumbnails and allows
tutorials to accept a query parameter to start on a specific step.
2019-01-10 09:51:26 -05:00