Ejemplo n.º 1
0
def test_plot_third_octave_kHz():
    plot_third(tl_third,
               thirds,
               marker='s',
               kHz=True,
               xlabel=label,
               ylabel=label,
               title=title)
Ejemplo n.º 2
0
def test_plot_third_octave_kHz():
    plot_third(tl_third, thirds, marker='s', kHz=True, xlabel=label,
               ylabel=label, title=title)
Ejemplo n.º 3
0
def test_plot_third_octave():
    plot_third(tl_third, thirds, marker='s', separator=',')
Ejemplo n.º 4
0
def test_plot_third_octave():
    plot_third(tl_third, thirds, marker='s', separator=',')