Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add array operations and plots #20

Open
cuamckuu opened this issue Jul 27, 2023 · 5 comments
Open

Feature request: Add array operations and plots #20

cuamckuu opened this issue Jul 27, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@cuamckuu
Copy link
Contributor

Might be cool to have some kind of arrays or sets and way to modify and plot them (something like numpy and matplotlib)

For example:

x = [1..10]
y = x * 5

plot(x, y)  # Line plot here
@antonmedv
Copy link
Owner

I was thinking at the beginning about creating something like this.

But for now, I decided to concentrate on currencies and dates/timezones.

@antonmedv antonmedv added the enhancement New feature or request label Jul 27, 2023
@cuamckuu
Copy link
Contributor Author

And what about some kind of plugins system then? So that others will be able to add own plots, functions, currencies, etc...

@antonmedv
Copy link
Owner

Will be cool to create something like it.

@gedw99
Copy link

gedw99 commented Aug 18, 2023

I am using deck for charting / plots. It’s golang and can work as a shared lib and as wasm

https://github.com/ajstarks/decksh

you can re de to pdf and png and svg also

@cuamckuu
Copy link
Contributor Author

I think it will be simpler to add rich interactive plots to frontend side with libs like Chart.js or D3.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants