Skip to content

Plotting likert scales (divergent scales) with matplotlib

License

Notifications You must be signed in to change notification settings

Oliph/likertScalePlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

likertScalePlot

Plotting likert scales (divergent bar) with matplotlib and mimic the behaviour of HH, a package available with R

/!\ ATTENTION /!\

This is not maintained and now there is a better solution developed by others here: https://github.com/nmalkin/plot-likert

Description

Likert scales are widely used in social sciences and in Psychology [1]. They are useful to collect opinions for surveys by asking participants to rate on a scale different items that constitute a scale.

This small wrap up around matplotlib and pandas produces this LikertScale (or stacked divergent bars).

Use

  • The script accept a dataframe containing the different items of the scale. It then output a plot.

Licence

The project is under the BSD 2-Clause License and the LICENCE is attached here

Author

References

This work is based on the following discussion and solutions provided on stackoverflow:

About

Plotting likert scales (divergent scales) with matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages