Closed j042 closed 10 months ago
follow up of tataratat/gustaf#188
data
A short / one-liner example to highlight the (new) feature
import splinepy spline.spline_data["this"] = this_array spline.show() # shows "this" right away spline.spline_data["dis"] = dis_array spline.show_options["data"] = "dis" spline.show() # shows "dis"
@jzwar suggested that we use field instead of data
field
open for discussion for the future
Overview
follow up of tataratat/gustaf#188
Addressed issues
data
is clear enoughShowcase
A short / one-liner example to highlight the (new) feature
Checklists