Skip to main content

A python package for plotting Evidence Gap Maps using Plotly

Project description

egm


Evidence Gap Maps(egm) are useful for visualizing research gaps. This library (extension of the Bubbly package) provides interactive and animated charts using Plotly, useful for plotting reasearch papers. The animated bubble charts can accommodate multiple variables viz. X-axis, Y-axis, time, bubbles (the research artifacts of title , abstract and doi) their size (similarity to research question) and their color in a compact and captivating way. Evidence Gap Maps (egm) python package is easy to use with plenty of customization, and is designed to work with plotly's offline mode useful in Jupyter Notebooks, Google Colab and Kaggle kernels.

egm package can also be useful in making a plot where two catagorical variable are to be plotted aganst each other as bins.

Dependencies

  • Python 3.x
  • numpy
  • pandas
  • plotly

Installation

pip install egm

Modes

There are two modes supported. Time can be included in both modes for a dynamic year wise plot.

1. Mode Random

The random mode is more display friendly and the plot in a bin is scattered evenly.

figure = evidencegapmap(dataset=pd, x_column='x', y_column='y', bubble_column='title_column',bubble_text='bubbletext_column', bubble_link='bubblelink_column', size_column='size_column', color_column='color_column',xbin_list=, ybin_list = , xbin_size=100, ybin_size = 100, x_title="X Axis Title", y_title="Y Axis Title", title='Evidence Gap Map for XYZ',scale_bubble=4, marker_opacity=0.8,height=900, width=1200)

Random Mode

2. NLP Mode

For the NLP mode, x and y coordinates are provided arrays and are transformed and plotted in the bin. The mode is useful for displaying the similarity and disimilarity of research papers

figure = evidencegapmap(dataset=pd, x_column='x', y_column='y',xy_column='xy_column', bubble_column='title_column',bubble_text='bubbletext_column', bubble_link='bubblelink_column', time_column='publish_year', size_column='size_column', color_column='color_column',xbin_list=, ybin_list = , xbin_size=100, ybin_size = 100, x_title="X Axis Title", y_title="Y Axis Title", title='Evidence Gap Map for XYZ',scale_bubble=4, marker_opacity=0.8,height=900, width=1200)

NLP Mode

Usage in a Notebook & Example

Refer to this collab notebook for a basic working example with sample data

View an end to end working example here

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

egm-1.1.5.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

egm-1.1.5-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file egm-1.1.5.tar.gz.

File metadata

  • Download URL: egm-1.1.5.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for egm-1.1.5.tar.gz
Algorithm Hash digest
SHA256 eab5944acedbb6aeacb91849a6cb436957bb10c1eb4bd2c9863401a216dd1d11
MD5 deb8e0c94e303239cecdcda074267669
BLAKE2b-256 2813752372730c4a8c9ff34fa5fa2e0a6cfc9f665c52866bc1f5ea33e973282b

See more details on using hashes here.

File details

Details for the file egm-1.1.5-py3-none-any.whl.

File metadata

  • Download URL: egm-1.1.5-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for egm-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 9459f34b5822011c7ac7aa5aacb5ea925c9fc20f26a872b2646952043bd5d562
MD5 dfe110042359102a3c7f10e3a056c065
BLAKE2b-256 114e84fe9ea0550b607c8e77374ac04d9a4994655f6e13745571b41b792764c1

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