예제 #1
0
def test_plot_third_octave_kHz():
    plot_third(tl_third,
               thirds,
               marker='s',
               kHz=True,
               xlabel=label,
               ylabel=label,
               title=title)
예제 #2
0
def test_plot_third_octave_kHz():
    plot_third(tl_third, thirds, marker='s', kHz=True, xlabel=label,
               ylabel=label, title=title)
예제 #3
0
def test_plot_third_octave():
    plot_third(tl_third, thirds, marker='s', separator=',')
예제 #4
0
def test_plot_third_octave():
    plot_third(tl_third, thirds, marker='s', separator=',')