utils.graph2D.visplot_render.render2D
- utils.graph2D.visplot_render.render2D(values: list, title: str, xlabel='', ylabel='', show: bool = True) Fig | None
Render a 2D plot using vispy
- Parameters:
values – A list with the values
title – Title of the plot
xlabel – Label of the x axis
ylabel – Label of the y axis
show – If True, show the plot in its own window, else return the canvas