Glossary of chart: Difference between revisions

Jump to navigation Jump to search
1,253 bytes added ,  25 November 2024
(+ 泳道圖)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
Glossary of charts
Glossary of charts


圖表類型
== 圖表類型 ==
=== 一般圖表類型 ===
* [http://zh.wikipedia.org/wiki/%E7%9B%B4%E6%96%B9%E5%9B%BE 直方圖](Histogram)、長條圖(bar chart)
* [http://zh.wikipedia.org/wiki/%E7%9B%B4%E6%96%B9%E5%9B%BE 直方圖](Histogram)、長條圖(bar chart)
** 堆疊圖(stacked chart) ex: 堆疊折線圖(stacked line chart)、堆疊直條圖(stacked bar chart)和堆疊橫條圖(horizontal stacked bar chart)
** 堆疊圖(stacked chart) ex: 堆疊折線圖(stacked line chart)、堆疊直條圖(stacked bar chart)和堆疊橫條圖(horizontal stacked bar chart)
Line 16: Line 17:
* Swimlane diagram (泳道圖):「一種流程圖,能區分業務流程及工作分擔。」(資料來源:[https://zh.wikipedia.org/zh-tw/%E6%B3%B3%E9%81%93%E5%9C%96 維基百科])
* Swimlane diagram (泳道圖):「一種流程圖,能區分業務流程及工作分擔。」(資料來源:[https://zh.wikipedia.org/zh-tw/%E6%B3%B3%E9%81%93%E5%9C%96 維基百科])


圖 + 空間
=== 圖 + 空間 ===
* 區域密度圖 ([http://en.wikipedia.org/wiki/Choropleth_map choropleth map], filled map, intensity map[https://developers.google.com/chart/interactive/docs/gallery/intensitymap] ) :地圖上不同行政區域內,填上不同顏色或深淺來顯示該區域的數值或比例差異,例如人口密度的區域密度圖。
* 區域密度圖 ([http://en.wikipedia.org/wiki/Choropleth_map choropleth map], filled map, intensity map[https://developers.google.com/chart/interactive/docs/gallery/intensitymap] ) :地圖上不同行政區域內,填上不同顏色或深淺來顯示該區域的數值或比例差異,例如人口密度的區域密度圖。
* 比較統計地圖、[https://zh.wikipedia.org/zh-tw/%E7%A4%BA%E6%84%8F%E5%9C%B0%E5%9C%96 示意地圖] (cartogram)<ref>[http://vis4.net/blog/posts/to-cartogram-or-not-to-cartogram-the-brexit/ Why we didn’t use a cartogram in the Brexit map | vis4.net]</ref>
* 比較統計地圖、[https://zh.wikipedia.org/zh-tw/%E7%A4%BA%E6%84%8F%E5%9C%B0%E5%9C%96 示意地圖] (cartogram)<ref>[http://vis4.net/blog/posts/to-cartogram-or-not-to-cartogram-the-brexit/ Why we didn’t use a cartogram in the Brexit map | vis4.net]</ref>


=== 分群 ===
* 樹狀圖 ([https://en.wikipedia.org/wiki/Dendrogram Dendrogram])


分群
=== 資訊系統 ===
* 樹狀圖 ([https://en.wikipedia.org/wiki/Dendrogram Dendrogram])
[https://zh.wikipedia.org/zh-tw/%E6%97%B6%E5%BA%8F%E5%9B%BE 循序圖] (Sequence Diagram)
* 定義:「是統一建模語言(UML)中的一種行為圖,用於描述物件之間在特定時間序列中的交互關係。」(資料來源:[https://zh.wikipedia.org/zh-tw/%E6%97%B6%E5%BA%8F%E5%9B%BE 維基百科])
* 目的:描述系統動態行為 - 展示訊息流和交互過程。分析物件交互 - 識別系統角色與責任。輔助系統設計與開發 - 理解功能需求和流程。支持系統文件撰寫 - 提供行為可視化描述。<ref>[https://dotblogs.com.tw/wasichris/2016/03/17/232341?utm_source=chatgpt.com [UML] 使用循序圖傳達各物件互動及時序關係 | 搞搞就懂 - 點部落]</ref><ref>[https://dotblogs.com.tw/SoftwareEnergineer_JeffTseng/2020/06/29/113413?utm_source=chatgpt.com [UML基礎] 循序圖(Sequence Diagram) | Jeff Tseng 菜鳥工程師的Log - 點部落]</ref>
 
🤖 Prompt for ChatGPT 或 Claude
<pre>
使用 Mermaid 語法建立序列圖 (sequence diagram) 視覺化工作流程。
<附上程式碼或工作流程的描述文字>
</pre>
 
== 圖表元件 ==
 
* spine 座標軸線


related pages
== Related pages ==
* [[Graph library]]
* [[Graph library]]


references
== References ==
<references />
<references />


[[Category:Information_visualization]] [[Category:Data Science]]
[[Category:Information_visualization]] [[Category:Data Science]] [[Category: Visualization]]

Navigation menu