Skip to main content

Generating Krüger-Gauge-Circular-Charts

Project description

krüger-gauge-circular-chart is an addition to the gauge-circular-chart. the added feature is another data dimension the chart, by adjusting the bar width of each bar seperately.

below there is a code example.

"""

import kcg_chart as krueger_circular_gauge_chart

data = {"Pigs":(2,50), "Cows":(3,350), "Dogs":(5,125), "Chickens":(0.7, 20)}

k_c_g_chart = krueger_circular_gauge_chart(data)

k_c_g_chart.draw()

k_c_g_chart.add_labels()

k_c_g_chart.save_and_display_image()

print(k_c_g_chart) """

the data passed is hypothetical data of a farm, with the first element the age at which the animals are slaughtered, the second element the amount of animals slaughtered the main difference between a krüger-gauge-circular-chart and a bar chart with variable bar width is the functionality of display. a bar chart displays the whole amount as an area (A = length * width), which makes sense when the two variables are compatible to multiply (e.g. per Capita CO2 emissions and number of people). However, as seen in the hypothetical data above, this chart type is not compatible, as the interesting fact is not the whole amount of years lived by the animals, but the comparison of amount of animals slaughtered and their age.

est. December 2021

Christoph Krüger

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

kgc_chart-1.0.5.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

kgc_chart-1.0.5-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file kgc_chart-1.0.5.tar.gz.

File metadata

  • Download URL: kgc_chart-1.0.5.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/2.1.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.4

File hashes

Hashes for kgc_chart-1.0.5.tar.gz
Algorithm Hash digest
SHA256 cf6f76f31bd6b9a348a1d3f1560036b7008bc3055adfdc31f62946350d20f7d4
MD5 6d90395d8f24f00d5ba068a5840da33a
BLAKE2b-256 b9c4678e62a0f9cc9b7eae1b5786da86f61b635797b8b89d052d51b5eb21ebba

See more details on using hashes here.

File details

Details for the file kgc_chart-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: kgc_chart-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/2.1.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.4

File hashes

Hashes for kgc_chart-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 795f45ae58e49421470a29d685b8329ada42a9149fdef3a4d6435e1364e97d68
MD5 e218d83e0406c972a206513bc80e461a
BLAKE2b-256 161eed4b117311de2bba4521e1dd5cf0c48a3092c2d652d0d84f0c70ba67f80b

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