File:Fa attraction.svg
Summary
Description |
English: based on the data from doi:10.1080/00224490802645302.
Physical attraction of 47 male fat admirers (FA) towards 10 female figures from the given BMI range, compared with a control group (CG) |
Date | |
Source | Own work |
Author | Mewtu |
SVG development | |
Source code | Gnuplot codeset xlabel "female BMI"
set ylabel "attraction"
set title "Big beautiful women: the body size preferences of male fat admirers (FA) vs. control group (CG). Swami, Viren; Tovee, Martin J. (2009)"
set terminal svg size 800 600
set output "fa_attraction.svg"
set style fill transparent solid 0.5 noborder
fa = 0xAA
cg = 0xFF
plot 'fa.dat' using 2:($3+$4):($3-$4) lc fa with filledcurve notitle, \
'fa.dat' using 2:($5+$6):($5-$6) lc cg with filledcurve notitle, \
'fa.dat' using ($2+0.1):3:4 with yerrorbars title "FA" lc fa, \
'fa.dat' using 2:5:6 with yerrorbars title "CG" lc cg
|
Licensing
![]() |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |