stream visualization with x axis

Offen
#162 2 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen

Dieses Issue hat noch niemand übernommen.

Bewertung

Schwierigkeit
4/5
Geschätzter Aufwand
3-5 Tage
Anfängerfreundlichkeit
30/100
Issue-Typ
Feature
Klarheit
Muss geklärt werden
Aktivitätsstatus
Veraltet
Tech-Stack
python

Rechercherichtung

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.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Beschreibung

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)
...

Vorherrschende Sprache
Python
Sterne
1.3k
Forks
149
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lesen Sie das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreiben Sie ins Issue, dass Sie es übernehmen — das erspart doppelte Arbeit.
  3. Forken Sie das Repository und arbeiten Sie in einem Branch.
  4. Öffnen Sie einen Pull Request, der die Issue-Nummer nennt.

Mehr aus python-streamz/streamz

Alle Issues in python-streamz/streamz

Ähnliche Issues

Weitere Issues zu Python

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.