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
InfoField
Source code
InfoField

Gnuplot code

set 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

Public domain 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.
Category:Self-published work#Fa%20attraction.svgCategory:PD-self#Fa%20attraction.svg Category:Fat fetishism Category:Sexuality diagrams
Category:Fat fetishism Category:PD-self Category:Self-published work Category:Sexuality diagrams Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code:Charts