Not able to plot correct Bar Chart

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Python-Scientific-Projects

  • Here is the code

  • data_to_viz

    Leading to the dataviz you need

  • And here's a very nice website to help you choose the best chart for your case and then gives you code snippets in many language: https://www.data-to-viz.com/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • seaborn

    Statistical data visualization in Python

  • Your code should not be that complicated, so instead of telling you what's wrong I will suggest you use one of these: - the df.plot method with the 'bar' option. - the seaborn library that will make nicer looking charts.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts