MPBA / pyphysio

GNU General Public License v3.0
47 stars 13 forks source link

labels in plots #27

Closed andbiz closed 7 years ago

Alebat commented 7 years ago

You mean the title? Or sth with the label signal?

andbiz commented 7 years ago

Label of the axis: plt.xlabel('Time [s]') and possibly plt.ylabel(signal.get_signal_nature())

and also: plt.grid()