addedInput schema / properties / expr_str / description
Added value: +"Function of x (2D curve) or of x and y (3D surface), e.g. \"x**2\" or \"sin(x**2 + y**2)\"."
addedInput schema / properties / grid / description
Added value: +"Samples per axis. Higher is smoother and slower."
addedInput schema / properties / grid / maximum
Added value: +1000
addedInput schema / properties / grid / minimum
Added value: +10
changedInput schema / properties / grid / title
Previous value: -"grid"New value: +"Grid"
changedInput schema / properties / grid / type
Previous value: -"string"New value: +"integer"
addedInput schema / properties / xlim / description
Added value: +"x-axis range as (xmin, xmax)."
changedInput schema / properties / xlim / prefixItems
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "integer"
- }
-]New value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "number"
+ }
+]
addedInput schema / properties / ylim / description
Added value: +"y-axis range as (ymin, ymax); used only for 3D surfaces."
changedInput schema / properties / ylim / prefixItems
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "integer"
- }
-]New value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "number"
+ }
+]