Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Label data with values from two columns

オープン
#34 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
65/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発

調査の方向性

Look at the plot library's DSL for specifying color and legend mappings, likely in the geom:point definition. Check examples of multi-series plots in the documentation or test suite. The goal is to produce a Vega-Lite spec that encodes both p and n (perhaps using color for one and facet or shape for the other) to replicate the binomial distribution figure.

索引モデルが issue の本文から書いたものです。

説明

Hello,

I would like to reproduce the figure from Wikipedia's page on the bionmial probability: image link

I would assume that my data should have 4 columns:

  • k (x-axis)
  • probability (y-axis)
  • p (holding values 0.5 and 0.7)
  • n (holidng values 20 and 40)

How to specify p and n for color (and thereby legend I assume)? Right now I have (approximately)

                               (geom:point :k :probability :color :p)

Is this the right place to ask these questions. Or is reddit's Common Lisp channel better?

主要言語
Common Lisp
スター
38
フォーク
11
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Lisp-Stat/plot のほかの issue

Lisp-Stat/plot の issue をすべて見る

似ている issue

Data Visualization の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。