Name | ID | Description | Type |
---|---|---|---|
Curves | C | One or multiple graph curves to graph map values with | Curve |
Rectangle | R | Rectangle which defines the boundary of the graph, graph curves should be atleast partially inside this boundary | Rectangle |
Values | V | Values to graph map. Values are plotted along the X Axis, intersected with the graph curves, then mapped to the Y Axis | Number |
X Axis | X | Domain of the graphs X Axis, where the values get plotted (if omitted the input value lists domain bounds is used) | Domain |
Y Axis | Y | Domain of the graphs Y Axis, where the values get mapped to (if omitted the input value lists domain bounds is used) | Domain |
Flip | F | Flip the graphs X Axis from the bottom of the graph to the top of the graph | Boolean |
Snap | S | Resize the graph by snapping it to the extents of the graph curves, in the plane of the boundary rectangle | Boolean |
Text Size | T | Size of the graph labels | Number |
Name | ID | Description | Type |
---|---|---|---|
Mapped | M | Resulting graph mapped values, mapped on the Y Axis | Number |
Graph Curves | gC | The graph curves inside the boundary of the graph | Curve |
Graph Points | gP | The points on the graph curves where the X Axis input values intersected | Point |
Value Lines | vL | The lines from the X Axis input values to the graph curves | Line |
Value Points | vP | The points plotted on the X Axis which represent the input values | Point |
Mapped Lines | mL | The lines from the graph curves to the Y Axis graph mapped values | Line |
Mapped Points | mP | The points mapped on the Y Axis which represent the graph mapped values | Point |
Boundary | B | The graph boundary background as a surface | Surface |
Labels | L | The graph labels as curve outlines | Curve |
Out Of Bounds | O | True for input values outside of the X Axis domain bounds False for input values inside of the X Axis domain bounds | Boolean |
Intersected | I | True for input values on the X Axis which intersect a graph curve False for input values on the X Axis which do not intersect a graph curve | Boolean |
Site design © Robin Rodricks.
Pufferfish and associated data © 2024 Michael Pryor.
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.
Hosted by GitHub