From Wikipedia, the free encyclopedia

[edit] Caption
Maximum sizes of Thunnus tuna species. (centimetres)
[edit] Other version
Includes tuna in other genra.
|
[edit] Creation info
Created in Ruby using SVG::Graph v0.6.1. by Pengo.
First time using SVG::Graph.
[edit] Source code
Output of program must be redirected into a file. e.g. save source code to tuna_graph.rb and then run
ruby tuna_graph.rb > tuna_sizes.svg
Source code follows:
require 'SVG/Graph/BarHorizontal'
fields = ['Blackfin', 'Albacore', 'Longtail', 'Yellowfin', 'Southern bluefin', 'Bigeye', 'Pacific bluefin', 'Northern bluefin']
thedata = [108, 140, 145, 239, 245, 250, 300, 458]
# Note: need to change .xAxisTitle to black by hand still...
# .xAxisTitle{
# text-anchor: middle;
# fill: #000000;
graph = SVG::Graph::BarHorizontal.new({
:height => 400,
:width => 800,
:min_scale_value => 0, # 0 = default
:fields => fields,
:rotate_y_labels => false,
:key => false,
:scale_integers => true, # make sure the scale is in whole numbers
:scale_divisions => 50,
:show_x_title => true,
:x_title => "centimeters"
#:no_css => true
})
graph.add_data({
:data => thedata,
:title => 'cm',
#:show_title => false
})
#print "Content-type: image/svg+xml\r\n\r\n"
print graph.burn
[edit] Licensing
Image credit: Peter Halasz. (User:Pengo)
If you wish to give attribution, please attribute image to:
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment |
| current | 16:10, 24 February 2007 | 800×400 (8 KB) | Pengo | |
| 03:44, 22 February 2007 | 500×300 (17 KB) | Pengo | |
| 03:43, 22 February 2007 | 1,052×744 (7 KB) | Pengo | |
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):