0

Background

In some project, the dataset I analyzed is a bunch of features for different areas (countries or provinces). Presenting those data in bar-chart or choropleth-plot on the map is an essential work.

In the website Our world in data, I found some great works for visualizing the dataset like the example below.

enter image description here

This web app contains the following functions:

  • variations of the data by the time series (from 1990-2016)
  • Change the data feature (i.e. population, GDP among the countries worldwide)
  • Easily for saving and sharing.

I have known about the plot.ly package, which has the similar functions.

Question

I want to build a web-based tool for visualizing geo-data in bar/bubble plot (examples in Fig.2) using Python.

enter image description here

How to implement this function? Any advice/examples would be appreciated.

1 Answer 1

2

You can search for Dash :

A Python framework for building reactive web-apps. Developed by Plotly.

https://dash.plot.ly/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.