Пример #1
0
def test_plot_octave_kHz():
    plot_octave(tl_oct,
                octaves,
                kHz=True,
                xlabel=label,
                ylabel=label,
                title=title,
                separator='.')
Пример #2
0
def test_plot_octave_kHz():
    plot_octave(tl_oct, octaves, kHz=True, xlabel=label, ylabel=label,
                title=title, separator='.')
Пример #3
0
def test_plot_octave():
    plot_octave(tl_oct, octaves)
Пример #4
0
def test_plot_octave():
    plot_octave(tl_oct, octaves)