# File test/test_bar.rb, line 127 def test_x_y_labels g = setup_basic_graph(400) g.title = "X Y Labels" g.x_axis_label = 'Score (%)' g.y_axis_label = "Students" g.write("test/output/bar_x_y_labels.png") end