No features have been listed yet.
Based on our record, Vega Visualization Grammar should be more popular than PsySH. It has been mentiond 14 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Document address: Vega Official Document. - Source: dev.to / 5 months ago
This looks interesting but I’m pretty sure it’s not the first declarative charting tool. (Eg Vega https://vega.github.io/vega/). - Source: Hacker News / 12 months ago
Hi HN – Excited to share a beta for Minard, a new data visualization toolkit we've been working on that lets you generate publication-quality charts with simple natural language (throw away your matplotlib docs and rejoice!). Upload or import CSVs, Excel, and JSON, give it a spin, and please let us know what you think! (Long format data works best for now) For those curious, the stack is a simple Django app with... - Source: Hacker News / about 1 year ago
I recently added support for plotting XGBoost models using Vega (https://vega.github.io/vega/) into the XGBoost Elixir API (https://github.com/acalejos/exgboost). Since EXGBoost supports loading trained models across different APIs, you can even train using the Python API and then plot using this Elixir API if you prefer. - Source: Hacker News / over 1 year ago
The Data Source is from devjobsscanner (I am basically the owner, so I have the data) an the tool used to make the chart is Vega. Source: almost 2 years ago
I do similar things with Elixir scripts, though commonly I still turn to PHP because there is some single file library that does what I want with a lot less ceremony than the Java variety would require. There's also PsySH, https://psysh.org/, for being something other than a Common Lisp or BEAM interface it's a very nice REPL. Besides Picolisp and iex it's the interactive programming environment I use the most. - Source: Hacker News / 2 months ago
Https://psysh.org/ It's very popular, as in a lot of businesses use it, it's just not fashionable. I think it's a great tool to have. It had gradual typing before it was cool. You can type in like a page of code including the layout and render whatever in a PDO-supported database on a web page, served by the builtin web server, which is great for data exploration and things like SQL optimisation. At the moment I'm... - Source: Hacker News / 7 months ago
PHP is great, but you need to be a pretty decent developer to use it effectively. It has a rather nice interactive shell, https://psysh.org/ . I've built non-trivial, non-web systems in it. Concurrency 'within' the language isn't as nice as some alternatives, but the FCGI-style deployment is quite reliable and convenient in practice. - Source: Hacker News / about 1 year ago
Vega-Lite - High-level grammar of interactive graphics
VS Code - Build and debug modern web and cloud applications, by Microsoft
D3.js - D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.
Nodebook - Browser-based REPL notebook supporting many programming languages.
Chart.js - Easy, object oriented client side graphs for designers and developers.
Tinkerwell - The magical Laravel tinker app for macOS