This node pack is meant to be used within the Nodezator app. It is just a small node pack with some example nodes using the matplotlib library. These are the same nodes used in the video presenting ...
from matplotlib import pyplot from matplotlib.widgets import Slider sliders = [] def open_fig_with_slider(): pyplot.figure() slider = Slider(pyplot.axes([0.25, 0.1, 0 ...