当前位置: 首页 > 新闻中心 > 信息可视化 中国网络用语研究

信息可视化 中国网络用语研究

发布时间:2024-04-02 14:28:09

  1. 可视化英文
  2. 信息可视化是指
  3. 科学可视化:Python + Matplotlib(英文翻译)

一、可视化英文

visualization

释义:

全部,形象,形象化,显现,想像,可视化,视觉化,观想

更多例句筛选

1.

you know,mostfrightening,mostauthentic,mostaccuratevisualizationof ascientificprinciple.

比如,最吓人奖,最逼真奖,最准确科学原理视觉表现奖

www.kekenet.com

2.

youcanexploreeachofthesetoseemoreexamplesofsubstitutionvariablesthatyoucanusein acustomizedvisualization.

您可以逐个的研究它们,以查看关于定制可视化中可以使用的取代变量的更多范例。

www.ibm.com

3.

someoneoncetoldmeavividandsillyvisualizationcanhelppeopletounderstandanabstractconcept.let'sseeifitworks. . .

曾有人告诉我一个明晰而无聊的可视物能帮助人们理解抽象的理论,让我们来看看当它工作时……

blog.csdn.net

4.

here'showyoucanaccomplishthatthroughsomevisualization:closeyoureyesandrememberatimewhenyoufeltlikeawinner.

这里教你如何通过想象来完成这个过程:闭上你的眼睛,想想你曾经感觉到自己是胜利者的一个时刻。

www.job22.com

5.

theresultofexperimentindicatesthatthisalgorithmcanrealizereal-timevisualizationoflarge-scaleterrain.

实验结果表明,该算法能够实现大规模地形的实时可视化。

www.ceps.com.tw

6.

materialisnotthematter,thematterisvisualization.

材料并不重要,重要的是视觉效果。

zhidao.baidu.com

7.

aschlierenwaschangedintoainterferometerandwhich has beenusedinmeasurementandvisualizationofdensityfield.

本文将普通纹影仪改造成激光差分干涉仪,并用于火焰等密度场的显示与测量。

www.dictall.com

8.

oneof themostdifficultpartsofdevelopingavisualizationisdecidingwhat exactly you'dliketosee.

开发可视化最棘手的部分之一就是确定所希望看到的内容。

www.ibm.com

9.

sometimesasimpletablerepresentationis the mosteffectivevisualizationofdata.pentahocanhelpusoutonthiscase too.

还有时候,一个简单的数据表格就是最具效率的数据报表形式,pentaho在这个方面也能对我们提供帮助。

www.infoq.com

10.

infoq:whatsortofvisualizationof thecurrentstateof theapplicationispossibleusingareportingtoollikepentaho?

infoq:使用像pentaho那样的报表工具的话,针对应用的当前状态能够生成怎样的报表?

二、信息可视化是指

信息可视化是一个跨学科领域,旨在研究大规模非数值型信息资源的视觉呈现(如软件系统之中众多的文件或者一行行的程序代码)。

通过利用图形图像方面的技术与方法,帮助人们理解和分析数据。与科学可视化相比,信息可视化则侧重于抽象数据集,如非结构化文本或者高维空间当中的点(这些点并不具有固有的二维或三维几何结构)。

数据可视化囊括了信息可视化、信息图形、知识可视化、科学可视化以及视觉设计方面的所有发展与进步。在这种层次上,如果加以充分适当的组织整理,任何事物都是一类信息:表格、图形、地图,甚至包括文本在内,无论其是静态的还是动态的,都将为我们提供某种方式或手段,从而让我们能够洞察其中的究竟,找出问题的答案,发现形形色色的关系。

或许还能让我们理解在其他形式的情况下不易发觉的事情。不过,如今在科学技术研究领域,信息可视化这条术语则一般适用于大规模非数字型信息资源的可视化表达。

发展历史:

1989年由斯图尔特·卡德(stuart k.card)、约克·麦金利(jock d.mackinlay)和乔治·罗伯逊(george g.robertson)创造出信息可视化的英文术语“information visualization”。据斯图尔特·卡德1999年的报告称,二十世纪90年代以来才兴起的信息可视化领域,实际上源自其他几个领域。

2003年,本·什内德曼指出,该领域已经由研究领域之中从稍微不同的方向上崭露出头角。同时,他还提到了图形学、视觉设计、计算机科学以及人机交互,以及新近出现的心理学和商业方法。信息可视化已成为一个与科学可视化并列的研究领域。

以上内容参考百度百科-信息可视化

三、科学可视化:Python + Matplotlib(英文翻译)

by nicolas p. rougier, bordeaux, november 2021.

pdf地址: https://hal.inria.fr/hal-03427242/document

原文:

the python scientific visualisation landscape is huge. it is composed of a myriad of tools, ranging from the most versatile and widely used down to the more specialised and confidential. some of these tools are community based while others are developed by companies. some are made specifically for the web, others are for the desktop only, some deal with 3d and large data, while others target flawless 2d rendering.

翻译:

python 科学可视化领域是巨大的(见下图)。它由无数工具组成,从最通用和最有广泛性的工具到更专业和达到机密级的工具。其中一些工具是基于社区的,而另一些则是由公司开发的。有些是专门为 web 制作的,有些仅适用于桌面,有些用于处理 3d 和大数据,而有些则针对完美的 2d 渲染。

原文:

figure : the most important element of a figure is the figure itself. it is created when you call the figure method and we’ve already seen you can specify its size but you can also specify a background color (facecolor) as well as a title (suptitle). it is important to know that the background color won’t be used when you save the figure because the savefig function has also a facecolor argument (that is white by default) that will override your figure background color. if you don’t want any background you can specify transparent=true when you save the figure.

axes : this is the second most important element that corresponds to the actual area where your data will be rendered. it is also called a subplot. you can have have one to many axes per figure and each is usually surrounded by four edges (left, top, right and bottom) that are called spines. each of these spines can be decorated with major and minor ticks (that can point inward or outward), tick labels and a label. by default, matplotlib decorates only the left and bottom spines.

axis : the decorated spines are called axis. the horizontal one is the xaxis and the vertical one is the yaxis. each of them are made of a spine, major and minor ticks, major and minor ticks labels and an axis label.

spines : spines are the lines connecting the axis tick marks and noting the boundaries of the data area. they can be placed at arbitrary positions and may be visible or invisible.

artist : everything on the figure, including figure, axes, and axis objects, is an artist. this includes text objects, line2d objects, collection objects, patch objects. when the figure is rendered, all of the artists are drawn to the canvas. a given artist can only be in one axes.

翻译:

figure(图形):图形中最重要的元素是figure本身。它是在你调用 figure 方法时创建的,我们已经看到你可以指定它的大小,但你也可以指定背景颜色 (facecolor) 和标题 (suptitle)。重要的是保存图形时不会使用背景颜色,因为 savefig 函数也有一个 facecolor 参数(默认为白色),它将覆盖图形背景颜色。如果您不想要任何背景,您可以在保存图形时指定 transparent=true。

axes(轴域) :这是第二个最重要的元素,对应于将呈现数据的实际区域。它也被称为子图。每个图形可以有一个到多个axes ,每个轴通常被称为spines的四个边缘(左、上、右和下)包围。这些spines中的每一个都可以装饰有主要和次要刻度(可以指向内或向外)、刻度标签和标签。默认情况下,matplotlib 只装饰左侧和底部的spines。

axis(轴):轴上的刻度称为axis。水平轴是 x 轴,垂直轴是 y 轴。它们中的每一个都由spines、主要和次要刻度、刻度标签以及轴标签组成。

spines(图脊):spines 是连接轴刻度线和关注数据区域边界的线。它们可以放置在任意位置并且可以是可见的或不可见的。

artist(艺术家):图形上的所有内容,包括图形、轴和轴对象,都是 artist 。这包括 text 对象、line2d 对象、集合对象、patch 对象。当图形被渲染时,所有的 artist 都被绘制到画布上。给定的 artist 只能在一个 axes 中。

原文:

given the definition above, problems arise when how a visual is perceived differs significantly from the intent of the conveyer. consequently, it is important to identify, as early as possible in the design process, the audience and the message the visual is to convey. the graphical design of the visual should be informed by this intent.

only after identifying the message will it be worth the time to develop your figure, just as you would take the time to craft your words and sentences when writing an article only after deciding on the main points of the text.

a figure can be displayed on a variety of media, such as a poster, a computer monitor, a projection screen (as in an oral presentation), or a simple sheet of paper (as in a printed article). each of these media represents different physical sizes for the figure, but more importantly, each of them also implies different ways of viewing and interacting with the figure.

whether describing an experimental setup, introducing a new model, or presenting new results, you cannot explain everything within the figure itself—a figure should be accompanied by a caption. the caption explains how to read the figure and provides additional precision for what cannot be graphically represented.

all plots require at least some manual tuning of the different settings to better express the message, be it for making a precise plot more salient to a broad audience, or to choose the best colormap for the nature of the data.

color is an important dimension in human vision and is consequently equally important in the design of a scientific figure.

what distinguishes a scientific figure from other graphical artwork is the presence of data that needs to be shown as objectively as possible.

chartjunk refers to all the unnecessary or confusing visual elements found in a figure that do not improve the message (in the best case) or add confusion (in the worst case).

remember, in science, message and readability of the figure is the most important aspect while beauty is only an option.

there exist many tools that can make your life easier when creating figures, and knowing a few of them can save you a lot of time.

翻译:

如上所述,当视觉所展示的与表达者的意图明显出现偏差时,就会出现问题。 因此,在设计过程中尽早确定受众和视觉传达的信息非常重要。 视觉的图形设计应以此意图为依据。

只有在确定了信息之后,才值得花时间开发你的图形,就像你在写一篇文章时,只有在确定了文本的要点之后,才会花时间精心制作你的单词和句子。

图形可以显示在各种媒介上,例如海报、计算机显示器、投影屏幕(如宣讲会)或简单的纸(如印刷品)。每一个媒介都代表了图形的不同物理尺寸,但更重要的是,每一个还提示了观看者和与图形互动的不同方式。

无论是说明如何设置实验、引入新模型还是展示新结果,图形都无法解释本身的所有内容——图形应附有备注。备注解释了如何阅读该图并为无法用图形表示的内容提供更精确的说明。

所有的图形都至少需要对不同的缺省值进行一些手动调整,以更好地表达信息,不仅是为了使图形对广大观众更加突出精确,还需要对数据的性质选择最佳颜色图。

颜色是人类视觉中的一个重要维度,因此在科学人物的设计中同样重要。

科学图形与其他图形艺术作品的区别在于,数据的展现需要尽可能客观地显示。

“无用图形”是指在图中存在的所有不必要或令人困惑的视觉元素,这些元素不会改善信息(在最好的情况下)或增加混乱(在最坏的情况下)。

请记住,在科学中,图形的信息和可读性是最重要的方面,而美化只是一种选择。

有许多工具可以让您在创建图形时更轻松,了解其中的一些工具可以为您节省大量时间。