File:Solicitation graph.svg

Uploaded by Slashme
Upload date 2011-08-20T20:29:08Z
MIME type image/svg+xml
Dimensions 500 × 500 px
File size 7.8 KB

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

20 August 2011

image/svg+xml

8,023 byte

8d33232d9f4a51c6311b52970959619f2a8c1fe3

Category:FAL Category:Images with Gnuplot source code Category:SVG psychology