Dumbbell plot
未關閉
還沒有人認領這個 Issue。
Difficulty: Beginner
FsLab Hackathon 2023
- 主要語言
- F#
- 星號
- 860
- 分支
- 99
- 平均合併
- 22 分鐘
- 30 天內合併 PR
- 1
描述
Description
Dumbbell plot [1] (also known as Dumbbell chart, Connected dot plot) is great for displaying changes between two points in time, two conditions or differences between two groups.
Example:
Pointers
- Ideally, you start prototyping in a scripting or notebook environment where you can iterate fast. installation instructions can be found here: https://plotly.net/#Installation
- Charts like this that are using baseline trace types to create a new chart type should only be implemented in the top-level Chart API. An example where this is already done is the Range chart that combines a set of differently styled line charts.
- When possible, use
#IConvertiblefor data input, as this allows forstrings, number types such asintandfloat, andDateTime.
References
Hints (click to expand if you need additional pointers)
- The most suitable base chart for this is a set of line charts that each connect the two data points by a line
- The high-level function should look quite similar to the base implementation of
Chart.Range
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 src/Plotly.NET/ChartAPI/Chart2D.fs 開始,特別查看 issue 中引用的 Chart.Range 實作。按照 Plotly.NET 的安裝說明,在指令碼或 notebook 環境中製作圖表原型,並檢視基線折線圖是如何組合的。當提供支援彈性 #IConvertible 輸入的高階 Dumbbell 圖表 API,並顯示 issue 中描述的兩點連接時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- fsharp
- 領域
- data-visualization
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100