• 回答数

    7

  • 浏览数

    157

Lisa艳艳
首页 > 英语培训 > 可视化图形英文

7个回答 默认排序
  • 默认排序
  • 按时间排序

我叫金三世

已采纳

CCS技术是Carbon Capture and Storage 的缩写,是将二氧化碳(CO2)捕获和封存的技术。CCS技术是指通过碳捕捉技术,将工业和有关能源产业所生产的二氧化碳分离出来,再通过碳储存手段,将其输送并封存到海底或地下等与大气隔绝的地方。

可视化图形英文

97 评论(10)

心向着谁

visual 表示可以看见的,graph 指图表,所以 in visual graph可以翻译为“在一张可以看到的图表中”。

119 评论(13)

蝴蝶圆舞曲

利用计算机技术进行视觉设计和生产的领域通称为CGCG”原为Computer Graphics的英文缩写在日本,cg通常指的是数码化的作品,内容是纯艺术创作到广告设计,可以是二维三维、静止或动画。广义的还包括DIP和CAD,现在CG的概念正 在扩大,由CG和虚拟真实技术制作的媒体文化,都可以归于CG范畴,它们已经形成一个可观的经济产业,所以提到CG时一般可以分成四个主要领域:包括二维、三维的,静止画、动画(movie),从自由创作、服装设计、工业设计、电视广告(CM)到网页设计,可谓包罗万象。

110 评论(10)

豆豆侠3

in a visual graph,这是一个介词短语,翻译:在一个可视图表中。

316 评论(10)

老王09870

by Nicolas P. Rougier, Bordeaux, November 2021.

PDF地址:

原文: 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. 翻译:

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

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

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

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

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

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

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

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

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

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

304 评论(14)

卷毛咕咕

英语 In a visual graph. 翻译为中文,意思是在可视图表中。例如, Software also can build a visual graph for the process data and transform the graph into dxf format. 所开发的程序实现了数据的图形,可视化和自由数据,向Dxf 格式的转换,实现了数据编辑和图形效果交互。

178 评论(8)

wangqixiaqi

CCS CCS图片1.英文缩写: CCS(Common Channel Signalling) 中文译名: 公共信道信令 分类: 运营与支撑 解释: 公共信道信令(CCS)是信令通过与通信电路分开的专用信令链路来传送信令的方式。一条信令的链路可以为许多条道信电路公共使用,因此叫做公共信道信令。2.英文缩写:CCS(Card Captor Sakura)中文译名:魔卡少女樱(百变小樱魔术卡)分类:日本动漫解释:魔卡少女樱(CCS)由漫画团队CLAMP创作的魔法少女漫画作品。同名电视动画片集于1998年-2000年,分3季播出,共70集。还有2套剧场版,分别是“剧场版カードキャプターさくら”和“剧场版カードキャプターさくら 封印されたカード”和其他特辑。 3.英文缩写: CCS(Code Composer Studio)中文译名: 代码调式器,代码设计套件.分类: DSP,嵌入式编程解释: Code Composer Studio�6�4 IDE 提供强健、成熟的核心功能与简便易用的配置和图形可视化工具,使系统设计更快。开发周期中的功能:应用设计 - 包括 DSP BIOS、参考框架和更新顾问 编码与编译 - 包括 C/C++ 和汇编语言以及 CodeWright 集成编辑器 调试 - RTDX�6�4 快速模拟和连接/断开连接 分析与调优 - 包括实时分析、编译器分析和回卷 4.英文缩写: CCS(China Classification Society) 中文译名: 中国船级社 分类: 中国船舶认证机构(船级社) 解释: 中国船级社(CCS)作为交通部直属事业单位,实行企业化管理,是国家的船舶技术检验机构,是中国唯一从事船舶入级检验业务的专业机构,是国际船级社协会10家正式会员之一。其主要任务是:承担国内外船舶、海上设施、集装箱及相关工业产品的入级检验、公正检验、鉴证检验和经中国政府、外国(地区)政府主管机关授权,执行法定检验等具体检验业务,以及经有关主管机构核准的其他业务。5.英文缩写: CCS( Coordination Control System) 分类:电厂控制理论解释:协调控制系统(CCS),汽机和锅炉协调控制的一种理论.6.中文拼音缩写陈楚生的粉丝对陈楚生的简称,由“陈”、“楚”、“生”三个字的首拼音组成。CCS定速巡航系统 CRUISE CONTROL SYSTEM 缩写为CCS,又称为定速巡航行驶装置,速度控制系统,自动驾驶系统等.其作用是: 按司机要求的速度合开关之后,不用踩油门踏板就自动地保持车速,使车辆以固定的速度行驶.采用了这种装置,当在高速公路上长时间行车后,司机就不用再去控制油门踏板,减轻了疲劳,同时减少了不必要的车速变化,可以节省燃料。7 英文缩写:CCS (Chinese Chemical Society)中文译名:中国化学会解释:1932年8月4日在南京成立。1959年本会曾与中国化工学会合并,改称中国化学化工学会,1963年又分为化学、化工两个学会。中国化学会挂靠于中国科学院化学研究所。8 英文缩写:CCS(CallCenter Server)中文译名: 呼叫中心服务器 分类: 通信,网络解释:CCS组件的英文全称是CallCenter Server,是座席的管理者,对CCS路由类型的呼叫,CCS组件完成坐席分配和调度过程。为了增强系统路由选择的灵活性,可以使用智能路由。智能路由可对服务请求(即呼叫)进行认证,判断主叫用户是否在黑名单中,可以接收用户输入,为路由选择提供更多的信息,可以操作数据库和文件,进行数据类型转换。通过智能路由可支持:�8�7 ·排队音的播放。可以向用户放排队音,在播放排队音的过程中,可接受用户输入,转去自动服务或其它人工服务;�8�7 ·按时间路由。可根据当前时间,将呼叫路由到不同的技能组处理遇忙转移。如果选择不到座席,可以转去其它服务;�8�7 ·判断主叫用户是否大客户,大客户呼叫可优先处理;�8�7 ·代值班功能。在呼叫中心联网中,代值班功能经常用到。在夜间用户比较少的情况下,全省的呼叫中心可以指定一个城市代其它城市值班,以达到方便管理,降低成本的目的。系统首先判断是否需要代值班,如果需要则从数据库中查到代值班的城市的区号,然后在被叫号码的前面加上区号,形成新的被叫号码,将呼叫转移到代值班的城市。9 英文缩写:CCS(Cold Compression Strength /Cold Crushing Strength )中文译名: 常温耐压强度分类: 耐火材料解释:是指常温下材料单位面积所能承受的最大压力,N/mm2即兆帕(MPa)表示。 10 英文的缩写:CCS(Canadian Cardiovascular Society)中文译名:加拿大心血管协会11 CCS是Carbon Captureand Storage的缩写,是指二氧化碳(CO2)捕获和封存(CCS)是指CO2从工业或相关能源的源分离出来,输送到一个封存地点,并且长期与大气隔绝的一个过程。

305 评论(15)

相关问答