Update(blocks): python新增plot_cla图形块,多语言将在稳定后进行
This commit is contained in:
@@ -1560,4 +1560,15 @@ export const dataframe_aggregate_func = {
|
||||
this.setInputsInline(true);
|
||||
this.setTooltip('');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export const plot_cla = {
|
||||
init: function () {
|
||||
this.setColour(DATA_HUE);
|
||||
this.appendDummyInput()
|
||||
.appendField('清除已有图像');
|
||||
this.setInputsInline(true);
|
||||
this.setPreviousStatement(true);
|
||||
this.setNextStatement(true);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user