Skip to content

Commit

Permalink
Operator JSON harmonisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Jan 25, 2024
1 parent e82120d commit eff9348
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions operator.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"name": "Histogram Plot",
"description": "Displays a representation of the distribution of numerical data using bars on an X,Y grid.",
"tags": ["data visualisation", "plot", "basic statistics"],
"authors": ["tercen"],
"urls": ["https://github.com/tercen/histogram_operator"],
"tags": [
"data visualisation",
"plot"
],
"authors": [
"tercen"
],
"urls": [
"https://github.com/tercen/histogram_operator"
],
"properties": [
{
"kind": "DoubleProperty",
"name": "n_bins",
"defaultValue": 30,
"description": "Number of bins"
{
"kind": "DoubleProperty",
"name": "n_bins",
"defaultValue": 30,
"description": "Number of bins"
}
]
}


}

0 comments on commit eff9348

Please sign in to comment.