# File test/test_net.rb, line 165
  def test_all_zeros
    g = Gruff::Net.new(400)
    g.title = "All Zeros"

    g.data(:gus, [0,0,0,0])

    # Default theme
    g.write("test/output/net_no_data_other.png")    
  end