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

stream visualization with x axis

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python

調査の方向性

The issue names no files, tests, or entry points. Start by locating the stream visualization implementation and tracing how streamed tuples are mapped to plot axes. Done means a stream such as (ts, value) can use ts for the x axis and value for the y axis, with coverage for the requested behavior.

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

説明

Hi, I have tried out a bit with the stream visualization using Random, it is a very cool feature.
With some tweaks, I think I will be able to plot some data frame created based on my own generator (haven't tried it out yet, but should be pretty easy using next(gen) to pipe the data to the frame)

The only thing is, the x axis is somehow not related to the generator itself. What would be really nice is to be able to use one of the columns in the generator as the x axis for plotting.
Any idea how to do this?

Simple example:
suppose I have a stream of tuples (ts, value), I want to use ts as the x axis, and value as the y asix for plotting.
(ts, value)
(1, 100)
(2, 200)
(3, 300)
...

主要言語
Python
スター
1.3k
フォーク
149
平均マージ
17時間 39分
マージ済み PR(30日)
1

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

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

はじめの一歩

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

python-streamz/streamz のほかの issue

python-streamz/streamz の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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