चित्र:Tuna all sizes Pengo.svg

पृष्ठ की सामग्री दूसरी भाषाओं में उपलब्ध नहीं है।
मुक्त ज्ञानकोश विकिपीडिया से

मूल चित्र(SVG फ़ाइल, साधारणतः 800 × 400 पिक्सेल, फ़ाइल का आकार: 13 KB)

Caption

Maximum sizes of Thunnus tuna species. (centimetres)

Other version

Creation info

Created in Ruby using SVG::Graph v0.6.1 by Pengo. And then hand-massaged (to make the x-axis use black text, put species names in italics, and shift labels by a few pixels so that they line up properly).

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_all_sizes.svg

Source code:

 require 'SVG/Graph/BarHorizontal'

 fields = ['Auxis rochei eudorax', 'Auxis rochei rochei', 'Auxis thazard thazard', 'Euthynnus affinis', 'Allothunnus  fallai', 'Thunnus atlanticus', 'Katsuwonus pelamis', 'Euthynnus alletteratus', 'Thunnus alalunga', 'Thunnus tonggol', 'Gasterochisma melampus', 'Thunnus albacares', 'Thunnus maccoyii', 'Gymnosarda unicolor', 'Thunnus obesus', 'Thunnus orientalis', 'Thunnus thynnus']
 thedata = [36.5, 50, 65, 100, 105, 108, 108, 122, 140, 145, 164, 239, 245, 248, 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

Licensing

Image credit: Peter Halasz. (User:Pengo)


Public domain मैं, इस कार्य का/की कॉपीराइट धारक, इस कार्य को सार्वजनिक डोमेन में प्रकाशित करता/करती हूँ। यह पूरे विश्व में लागू होता है।
कुछ देशों में यह कानूनी तौर पर नहीं हो सकता है; ऐसा हो तो:
मैं सभी को इस कार्य का इस्तेमाल किसी भी उद्देश्य से, बिना किसी बाधाओं के इन शर्तों के कानून द्वारा अनिवार्य किए तक करने की अनुमति देता/देती हूँ।

If you wish to give attribution, please attribute image to:

  • Peter Halasz
  • and/or, link to this image page: //commons.wikimedia.org/wiki/File:Tuna_all_sizes_Pengo.svg

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

चित्रण

चित्र का इतिहास

फ़ाइलका पुराना अवतरण देखने के लिये दिनांक/समय पर क्लिक करें।

दिनांक/समयथंबनेलआकारसदस्यप्रतिक्रिया
वर्तमान06:02, 11 मार्च 200706:02, 11 मार्च 2007 के संस्करण का थंबनेल संस्करण800 × 400 (13 KB)Pengo{{PD-pengo}}

निम्नलिखित पन्ने इस चित्र से जुडते हैं :

चित्र का वैश्विक उपयोग

इस चित्र का उपयोग इन दूसरे विकियों में किया जाता है:

मेटाडेटा