Correct type checks
This commit is contained in:
parent
da780f4ae5
commit
da532b79f3
@ -106,7 +106,10 @@ impl Tool for Plot {
|
||||
identifier: "plot",
|
||||
description: "Render a list of numbers as a scatter plot graph.",
|
||||
group: "gui",
|
||||
inputs: vec![ValueType::ListOf(Box::new(ValueType::Integer))],
|
||||
inputs: vec![
|
||||
ValueType::ListOf(Box::new(ValueType::Float)),
|
||||
ValueType::ListOf(Box::new(ValueType::Integer)),
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user