File:Solicitation graph.svg
Summary
Description |
English: Effectiveness of compliance techniques in relation to solicitation, from Psychology, Peter Gray, Worth, New York. |
Date | |
Source | re-drawn with gnuplot from File:Solicitation_graph.jpg |
Author | Original by Peter Gray, redrawn by Slashme |
Other versions | File:Solicitation_graph.jpg |
Gnuplot script
set terminal svg enhanced size 500 500 fname "sans" set output "solicitation.svg" set xlabel "Type of solicitation" offset 0,-1 font "sans,18" set ylabel "Percentage donating" font "sans,18" set yrange [0:25] set style fill solid 1.0 border -1 set style data histogram set style histogram clustered gap 1 set boxwidth 1 relative set grid ytics set bmargin 5 #set tmargin 10 set lmargin 10 #set rmargin 10 set datafile separator "," plot "./solicitation.csv" using 2:xticlabels(1) notitle
Input data
"Neither", 10 "Pregiving", 23 "Foot-in-\nthe-door", 23 "Both", 9
Modification
Changed "red" to "green" in the svg file for aesthetic reasons.
Licensing
![]() |
Copyleft: This work of art is free; you can redistribute it and/or modify it according to terms of the Free Art License. You will find a specimen of this license on the Copyleft Attitude site as well as on other sites. |