We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I was thinking at the beginning about creating something like this.
But for now, I decided to concentrate on currencies and dates/timezones.
Sorry, something went wrong.
And what about some kind of plugins system then? So that others will be able to add own plots, functions, currencies, etc...
Will be cool to create something like it.
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
I think it will be simpler to add rich interactive plots to frontend side with libs like Chart.js or D3.js
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: