# File test/test_spider.rb, line 90
  def test_label_size
    g = setup_basic_graph()
    g.title = "Spider With Small Legend"
    g.legend_font_size = 10
    g.write("test/output/spider_legend.png")
    
    g = setup_basic_graph(400)
    g.title = "Small spider With Small Legend"
    g.legend_font_size = 10
    g.write("test/output/spider_legend_small.png")
  end