watex.view.viewtemplate#
- watex.view.viewtemplate(y, /, xlabel=None, ylabel=None, **kws)[source]#
Quick view template
- Parameters:
y (Arraylike , shape (N, ))
xlabel (str, Optional) β Label for naming the x-abscissia
ylabel (str, Optional,) β Label for naming the y-coordinates.
kws (dict,) β keywords argument passed to
matplotlib.pyplot.plot()