简体   繁体   English

如何在 Python 中进行特定的可视化

[英]How to make a particular visualization in Python

So this may not be the right forum to ask this question but所以这可能不是问这个问题的正确论坛,但是

  1. I don't know what this type of visualization is called (hence I'm not able to google it).我不知道这种类型的可视化被称为什么(因此我无法谷歌它)。 The dynamic version where the colors run up the semi-circle as the graphic loads. colors 在图形加载时沿半圆运行的动态版本。
  2. Any tips on how to create this in Python?关于如何在 Python 中创建它的任何提示? Although I guess once I know what its called, I can google how to make it in Python.虽然我想一旦我知道它叫什么,我可以用谷歌搜索如何在 Python 中制作它。 :) :)
  3. What is the right place to ask such a question?问这样一个问题的正确地方是什么? Some sub-reddit?一些子reddit?

Thx谢谢

在此处输入图像描述

This is called a "Radial Bar Chart" , the Data Visualization catalogue link has recommendations.这称为“径向条形图” ,数据可视化目录链接有建议。

If you want Python specifically, there is a previous thread on plotting in matplotlib with polar coordinates ( Circular Barplot ), but I don't think this will handle your preference to "[dynamically update colors] as the graphic loads."如果您特别想要 Python,之前有一个关于使用极坐标( 圆形条形图)在matplotlib中绘图的线程,但我认为这不会处理您对“[动态更新颜色]作为图形加载”的偏好。

This page from AMCharts has an in-browser version that seems like it would fit. AMCharts 的这个页面有一个浏览器内的版本,看起来很合适。 Dump your data into json and it should work.将您的数据转储到json ,它应该可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM