Skip to main content

Library to visualize results from Likert-style survey questions

Project description

Plot Likert

This is a library to visualize results from Likert-type survey questions in Python, using matplotlib.

A sample plot

Installation

Install the latest stable version from PyPI:

pip install plot-likert

To get the latest development version:

pip install --pre plot-likert
# OR
pip install git+https://github.com/nmalkin/plot-likert.git

Quick start

# Make sure you have some data
import pandas as pd

data = pd.DataFrame({'Q1': {0: 'Strongly disagree', 1: 'Agree', ...},
                     'Q2': {0: 'Disagree', 1: 'Strongly agree', ...}})

# Now plot it!
import plot_likert

plot_likert.plot_likert(data, plot_likert.scales.agree, plot_percentage=True);

Usage and sample figures

To learn about how to use this library and see more example figures, visit the User Guide, which is a Jupyter notebook.

Want to see even more examples? Look here!

Background

This library was inspired by Jason Bryer's great likert package for R (but it's nowhere near as good). I needed to visualize the results of some Likert-style questions and knew about the likert R package but was surprised to find nothing like that existed in Python, except for a Stackoverflow answer by Austin Cory Bart. This package builds on that solution and packages it as a library.

I've since discovered that there may be other solutions out there. Here are a few to consider:

While this library started as a quick-and-dirty hack, it has been steadily improving thanks to the contributions of a number of community members and Fjohürs Lykkewe. Thank you to everyone who has contributed!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plot-likert-0.5.1.dev20231020.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

plot_likert-0.5.1.dev20231020-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

Details for the file plot-likert-0.5.1.dev20231020.tar.gz.

File metadata

File hashes

Hashes for plot-likert-0.5.1.dev20231020.tar.gz
Algorithm Hash digest
SHA256 d674a933e758d190dfaa24704c4ad8e80b66efe32dc8180626bdcec4277c0f02
MD5 098c31efc3a37c8e251c2b0ce999a3f5
BLAKE2b-256 0523a8fecb12f870c8f4b4647220fdba0ab46263ddd7d89663e87664fc3ad442

See more details on using hashes here.

File details

Details for the file plot_likert-0.5.1.dev20231020-py3-none-any.whl.

File metadata

File hashes

Hashes for plot_likert-0.5.1.dev20231020-py3-none-any.whl
Algorithm Hash digest
SHA256 f37051f0f4260d397aa9efe9f3344f8b9c256d2414f670e442ac8ef0b27249c1
MD5 26bddad559eb8c3ffae2b5b73b27f3ca
BLAKE2b-256 cc43f45cc223e251c85791ded7231e2d24c4778b1626e7169202435d05eb13ae

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page