ae制作数据可视化_我如何精心制作真正可怕的数据可视化

ae制作数据可视化

by Krist Wongsuphasawat

克里斯特·旺苏帕萨瓦(Krist Wongsuphasawat)

我如何精心制作真正可怕的数据可视化 (How I carefully crafted a truly terrible data visualization)

Yes, you read that right. I am going to explain how I put together a really bad visualization, intentionally.

是的,你看的没错。 我将解释如何有意地将一个非常糟糕的可视化组合在一起。

Andy Kirk of visualisingdata.com posted an interesting contest challenging everyone to come up with the “best worst viz.” Of course, one of the motivations for me doing this is to win a copy of his book. But the contest itself is also a thoughtful exercise.

visualisingdata.com的安迪·科克(Andy Kirk)发布了一个有趣的竞赛,要求所有人提出“最好的最糟糕的结果”。 当然,我这样做的动机之一就是赢得他的书的副本。 但是比赛本身也是一项深思熟虑的活动。

When talking about extremely bad visualizations, the stereotypical ones often involve 3D pie charts, rainbow color palettes and terrible choices of fonts, layouts, and colors.

当谈到极差的可视化时,陈规定型的通常涉及3D饼图, 彩虹色调色板 字体,布局和颜色的糟糕选择。

In my opinion, bad visualizations don’t have to be just that. The goal I had in mind was to create a piece that looks totally harmless, but will torture your brain until you realize how absurdly ridiculous the whole thing is.

在我看来,糟糕的可视化并不仅限于此。 我想到的目标是创建一块看上去完全无害的作品,但是会折磨您的大脑,直到您意识到整件事情多么荒谬可笑。

I collected data from visualizations featured on viz.wtf and drew each mark to represent one of the visualizations and its properties. Example questions to exercise your WTF gland are:

我从viz.wtf上的可视化文件中收集了数据,并绘制了每个标记以表示可视化文件及其属性之一。 行使WTF腺的示例问题包括:

  • What’s the most common color for these visualizations?

    这些可视化最常用的颜色是什么?
  • Where are the pie charts?

    饼图在哪里?
  • Can you point out the least popular piece?

    您能指出最受欢迎的作品吗?
  • How often is 3D used?

    3D多久使用一次?
  • Is there any pattern at all?

    是否有任何模式?

Before reading the next section, try to figure out everything that is wrong with this chart by yourself.

在阅读下一部分之前,请尝试自行找出该图表的所有错误。

概念 (Concept)

The main idea was to create conflicts in perception and mess with viewers’ cognitive thinking.

主要思想是在感知上产生冲突,并与观看者的认知思维陷入混乱。

Bad visualizations usually have mismatches between visual encodings and data, such as encoding incomparable areas (3D pie) for numerical values. These mismatches leave viewers with little to do but scratch their heads, then abandon the visualization because it takes too much effort to make sense of it.

不良的可视化效果通常在视觉编码和数据之间不匹配,例如对数值进行无可比拟的区域编码(3D饼图)。 这些不匹配使得观看者几乎无所事事,但会挠头,然后放弃可视化,因为要花费太多精力才能理解它。

I wanted to take bad to the next level, and was inspired by one of my favorite responses from the Stack Overflow questions, “What is the best comment in source code you have ever encountered?”

我想把自己提升到一个新的水平,并受到Stack Overflow问题中我最喜欢的回答之一的启发,“ 您遇到过的源代码中最好的注释是什么? ”

#define TRUE FALSE

#定义真假

My goal was to make something that seems like it can be interpreted, but creates very strong conflicts with our prior knowledge that are almost impossible to overcome. To do this, I chose very direct choices of encoding, such as using color to represent color, and position to represent position, then set the mappings counterintuitively so I could wreak complete havoc with viewers’ minds.

我的目标是做出看起来似乎可以解释的内容,但与我们现有的知识产生非常强烈的冲突,而这几乎是无法克服的。 为此,我选择了非常直接的编码选择,例如使用颜色表示颜色,使用位置表示位置,然后反直觉地设置映射,这样我就可以完全破坏观看者的思想。

数据 (Data)

I was looking for a good dataset to try the idea on but could not find one I really liked. Then I got the idea that it would be recursively bad to create a bad visualization, of bad visualizations, so I manually collected some data from viz.wtf

我一直在寻找一个很好的数据集来尝试这个想法,但是找不到我真正喜欢的数据集。 然后我想到了创建不良的可视化效果和递归的可视化效果将是递归的,所以我手动从viz.wtf收集了一些数据

以下是我对这张图表犯下的所有罪行: (Here are all the crimes I have committed to this chart:)

  1. I used color to represent color, but didn’t guarantee that they would be the same color. As a result, green is the new black.

    我用颜色表示颜色,但不保证它们会是相同的颜色。 结果, 绿色就是新的黑色

  2. I also didn’t add enough unique colors, so there are duplicates. For instance, both red and blue are represented by green. (This was not intentional at first, but then it made things look worse so I kept it.)

    我也没有添加足够的独特颜色,因此存在重复项。 例如, 红色蓝色都由绿色表示。 (起初这不是故意的,但随后使情况看起来更糟,因此我保留了它。)

  3. There was a special case for “mixed” color, as I couldn’t decide what color to encode it with. As a result, each of these “mixed” visualizations received a randomly selected color.

    “混合”颜色有一个特例,因为我无法决定用哪种颜色编码。 结果,这些“混合”可视化中的每一个都收到了随机选择的颜色。
  4. I used position to represent position, but ensured that these never matched up. With that, right is on the left.

    我使用位置来表示位置,但确保这些位置永远不会匹配。 这样,右边在左边。
  5. I used shapes to represent chart types, but ensured that they never matched. With that, a bar chart is a circle, while a pie chart looks like a bar.

    我使用形状表示图表类型,但确保它们从未匹配。 这样,条形图就是一个圆圈,而扇形图看起来就像条形图。
  6. I used size to encode popularity, but used an inverse scale with the biggest size meaning zero.

    我使用大小来编码受欢迎程度,但是使用了最大大小为零的反比例。
  7. I made axis labels more complicated than they needed to be. No 3D? True or false?

    我使轴标签变得比原来复杂得多。 没有3D吗? 对或错?
  8. I rotate each giant number by its value in degrees. This one is pointless encoding.

    我按其值旋转每个巨型数字。 这是无意义的编码。
  9. The circles around the giant numbers don’t mean anything. They do not indicate boundaries.

    巨大数字周围的圆圈没有任何意义。 它们不表示边界。
  10. If you sum all the numbers, there are actually 102 visualizations, not 100.

    如果将所有数字相加,则实际上有102个可视化,而不是100个。
  11. I added a dinosaur. Because I could.

    我加了一只恐龙。 因为我可以。
  12. Lastly, there was a link to the raw data, proudly shared in PDF format.

    最后,有一个原始数据的链接,以PDF格式自豪地共享。

If you spot other terrible aspects of this visualization that I’ve overlooked, please feel free to leave a response below, or tweet at me.

如果您发现我忽略了此可视化的其他可怕方面,请随时在下面留下您的回复,或者在推特上发消息给我。

翻译自: https://www.freecodecamp.org/news/how-i-carefully-crafted-a-terrible-visualization-2c8e06d50ebb/

ae制作数据可视化

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/396447.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

tensorrt轻松部署高性能dnn推理_实战教程:TensorRT中递归神经网络的介绍(中文字幕)...

NVIDIA TensorRT是一个高性能的深度学习推理优化器和运行时,它提供低延迟和高吞吐量。TensorRT可以从每个深度学习框架导入经过训练的模型,从而轻松地创建可以集成到大型应用程序和服务中的高效推理引擎。这个视频的五个关键点:1.TensorRT支持RNNv2, Mat…

w怎么接显示 树莓派zero_纯干货!一根线玩转树莓派ZeroW(图文教程,亲测有效)...

#一、写在前面本文旨在介绍如何用最少的外设(成本)完成树莓派Zero W最基础最重要的功能。注意:本文原始发表时官方镜像版本是2017-04-10的,在2019年5月10日有网友提出本方案已经不完全适用最新的镜像了,所以如果只是想按照本文所提出的步骤一…

十进制小数转换二进制的问题

2019独角兽企业重金招聘Python工程师标准>>> 整数和小数分别转换。 整数除以2,商继续除以2,得到0为止,将余数逆序排列。 22 / 2 11 余0 11/2 5 余 1 5 /2 2 余 1 2 /2 1 余 0 1 /2 0 余 1 所以22的二进制…

java操作mongodb(连接池)(转)

原文链接: java操作mongodb(连接池) Mongo的实例其实就是一个数据库连接池,这个连接池里默认有10个链接。我们没有必要重新实现这个链接池,但是我们可以更改这个连接池的配置。因为Mongo的实例就是一个连接池&#xff…

机器学习 一年入门_我作为自我入门程序员的一年回顾

机器学习 一年入门by Alin Rauta通过Alin Rauta 我作为自我入门程序员的一年回顾 (My Year as a Self-starter Programmer in Review) This was the most crucial year for my personal development ever. It was hard. Really hard. That’s why for me, the key word of 201…

声卡突然听不到监听_音乐人/键盘手伴侣物问题之:专业监听音箱的音质必须用独立声卡...

近日,不少朋友在后台留言,询问专业监听音箱连电脑听音乐要不要接个声卡!本期我们针对此问题,跟大家分享一些心得与经验。先回答问题,当然要!通常我们电脑上的音频输出口是这样的:而专业监听音箱…

helm3安装mysql_Helm3(kubernetes包管理工具)安装使用踩坑指南

image.png从结构中我们看到有不同级别的文件夹,以及一些yaml文件。charts: 用于存放其他依赖和关联的chart。例如应用依赖数据库的chart。Chart.yaml:存储一些元数据,例如chart的信息,描述等等templates文件夹&#xf…

矩阵快速幂及斐波那契数列模板

本篇博客先给出矩阵快速幂以及利用矩阵快速幂求斐波那契数列的模板&#xff0c;讲解待更新…… const int N10; int tmp[N][N]; void multi(int a[][N],int b[][N],int n) {memset(tmp,0,sizeof tmp);for(int i0;i<n;i)for(int j0;j<n;j)for(int k0;k<n;k)tmp[i][j]a…

Redis-3.2主从复制与集群搭建 推荐

Redis-3.2主从复制与集群搭建 一、Redis 主从搭建 1.下载并解压 yum install -y gcc gcc-c pcre zlib pcre-devel tcl wget http://download.redis.io/releases/redis-3.2.4.tar.gz tar -zxvf redis-3.2.4.tar.gz cd redis-3.2.4 make cd src && make test &&am…

AutoMapperHelper

/// <summary>/// AutoMapper帮助类/// </summary>public static class AutoMapperHelper{/// <summary>/// 单个对象映射/// </summary>public static T MapTo<T>(this object obj){if (obj null) return default(T);Mapper.CreateMap(obj.Ge…

web项目开发人员配比_我如何找到Web开发人员的第一份工作

web项目开发人员配比I have always had an interest in coding for the web. I built my first site almost 15 years ago using Yahoo’s Geocities, which allowed HTML styling and a few layout choices.我一直对网络编码感兴趣。 大约15年前&#xff0c;我使用Yahoo的Geoc…

苹果手机输入屏保后锁屏_修一块手机屏幕要7080元?

这几天华为Mate X的两次开售成为大家议论的话题&#xff0c;一些抢到的人自然沉浸在快乐之中&#xff0c;想着是自己留着用&#xff0c;还是转手赚一把。而一些想抢而没抢到的人或许正在研究如何在明天的第三次开售中抓好机会吧&#xff01;当然&#xff0c;也有像小编这样的&a…

中间介(MiddleWare)

引子-Django的生命周期 在学习中间介之前&#xff0c;我们先来回顾一下Django的生命周期&#xff1a;用户发起请求&#xff0c;请求会被发送到urlconf中的url&#xff0c;然后会指向对应的views函数进行处理&#xff0c;views函数处理完成后&#xff0c;用模板渲染好html&#…

对MariaDB10.0的Sphinx进行扩展

已修改过的文件&#xff1a;http://pan.baidu.com/s/1o8DHvkA 将这两个文件放到MariaDB的解压目录后&#xff0c;再进行安装 /usr/local/mariadb-10.0.28/storage/sphinx/ 如下是修改的代码 get_rec ( byte * buf, const byte * key, uint keylen,uint a,uint b,uint c );index…

C++常用特性原理解析

在我的早期印象中&#xff0c;C这门语言是软件工程发展过程中&#xff0c;出于对面向对象语言级支持不可或缺的情况下&#xff0c;一群曾经信誓旦旦想要用C统治宇宙的极客们妥协出来的一个高性能怪咖。 它驳杂万分&#xff0c;但引人入胜&#xff0c;出于多(mian)种(shi)原因&a…

容器created状态_docker容器状态的转换实现

一 docker容器状态转换图二 实战[rootlocalhost ~]# docker infoContainers: 0Running: 0Paused: 0Stopped: 0Images: 3Server Version: 17.09.0-ceStorage Driver: overlayBacking Filesystem: xfsSupports d_type: falseLogging Driver: json-fileCgroup Driver: cgroupfsPlu…

nodejs命令行执行程序_在NodeJS中编写命令行应用程序

nodejs命令行执行程序by Peter Benjamin彼得本杰明(Peter Benjamin) 在NodeJS中编写命令行应用程序 (Writing Command-Line Applications in NodeJS) With the right packages, writing command-line apps in NodeJS is a breeze.有了合适的软件包&#xff0c;用NodeJS编写命令…

python re findall 效率_python re模块findall()详解

今天写代码&#xff0c;在写到郑泽的时候遇到了一个坑&#xff0c;这个坑是re模块下的findall()函数。下面我将结合代码&#xff0c;记录一下importrestring"abcdefg acbdgef abcdgfe cadbgfe"#带括号与不带括号的区别#不带括号regexre.compile("((\w)\s\w)&quo…

ubuntu16.04配置sonarqube+MySQL

环境&#xff1a;rootubuntu:~# uname -a Linux ubuntu 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux rootubuntu:~# rootubuntu:~# cat /etc/issue Ubuntu 16.04 LTS \n \lrootubuntu:~#安装配置mysql&#xff1a;1、更新源…

mysql 多表混全_mysql--浅谈多表查询1

这是对自己学习燕十八老师mysql教程的总结&#xff0c;非常感谢燕十八老师。依赖软件&#xff1a;mysql5.6系统环境&#xff1a;win连接查询在谈连接查询之前我们需要对数学上的笛卡尔积有一定的了解现在有两个集合m和nm (m1,m2,.....mx)n (n1,n2,.....ny)m*n得到的笛卡尔积有…