Skip to content

Conversation

@mare5x
Copy link
Contributor

@mare5x mare5x commented Nov 19, 2025

Closes #107

Usage:

plotA1 = thread.plot()
plotA2 = plotA1.edit("use a line chart")

# Forking
plotA3_1 = plotA2.edit("add tooltips")
plotA3_2 = plotA2.edit("make it orange")

# New plot independent of plotA
plotB1 = thread.plot("visualize it")
plotB2 = plotB1.edit("add a legend")

Forking (and chaining) works naturally since every plot and edit object is immutable and stateless (unlike Pipe.ask).

@mare5x mare5x requested review from a team, Rauf-Kurbanov and kosstbarz November 19, 2025 12:10
@mare5x mare5x merged commit 04e9050 into main Nov 21, 2025
8 checks passed
@mare5x mare5x deleted the mhostnik/edit-visulisations branch November 21, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Visualization chaining and history

3 participants