July 1st, 2024

Racket Plot Cookbook

The Racket Plot Cookbook on GitHub showcases various plot examples using the Racket Plot library, including graphs, violin plots, sine curves, logos, and more. It serves as a valuable resource for individuals interested in crafting plots with Racket. Access the cookbook for details.

Read original articleLink Icon
Racket Plot Cookbook

The Racket Plot Cookbook on GitHub offers a compilation of recipes demonstrating how to generate plots using the Racket Plot library. It features a range of examples like graph illustrations, violin plots, sine curves, logos, facial expressions, and additional visualizations. For those interested in delving into particular instances or expanding their knowledge on crafting plots with Racket, the cookbook provides a valuable resource. Access the [Racket Plot Cookbook](https://github.com/Racket-Cookbooks/Plot-cookbook) for further exploration.

Related

Yacv (Yet Another Compiler Visualizer): LL and LR Parser Animations

Yacv (Yet Another Compiler Visualizer): LL and LR Parser Animations

The "Yet Another Compiler Visualizer" (yacv) tool enhances understanding of LL(1) and LR parsers through syntax tree, LR automaton, parsing table visualization, and step-by-step parsing using Manim. Detailed installation and usage guidance available.

I've stopped using box plots (2021)

I've stopped using box plots (2021)

The author critiques box plots for being unintuitive and prone to misinterpretation, advocating for simpler alternatives like strip plots to effectively communicate distribution insights without confusing audiences.

Show HN: R2R V2 – A open source RAG engine with prod features

Show HN: R2R V2 – A open source RAG engine with prod features

The R2R GitHub repository offers an open-source RAG answer engine for scalable systems, featuring multimodal support, hybrid search, and a RESTful API. It includes installation guides, a dashboard, and community support. Developers benefit from configurable functionalities and resources for integration. Full documentation is available on the repository for exploration and contribution.

A New Package for Making Charts in Emacs: Eplot

A New Package for Making Charts in Emacs: Eplot

A new package named eplot simplifies chart creation in Emacs, addressing limitations of existing tools. It emphasizes clear axes markings and offers interactive data manipulation, introducing efficient plot control through "headers." Despite being a work in progress, eplot is accessible on Microsoft Github for potential use, with plans for code enhancements.

Raku Dynamic Language Features You Didn't Know You Needed – Curtis Poe

Raku Dynamic Language Features You Didn't Know You Needed – Curtis Poe

The YouTube video explores Raku programming language, focusing on its features, benefits, and solving human problems through coding. It serves as a resource for those interested in Raku's practical applications.

Link Icon 3 comments
By @neilv - 5 months
In the Scheme programming language community, there's a convention of naming implementations using variations on the term "scheme".

So "Plot" is the ultimate name for a Scheme charting library.

By @ashton314 - 5 months
I love the Racket plot library! A neat feature: if you run the plot inside DrRacket, the plots are interactive. 2D plots can be panned and zoomed, and 3D plots can be rotated. That way, if you’ve got a plot that you want to fine-tune the boundaries of, DrRacket makes that easy.
By @LegitShady - 5 months
I don't know why but I was expecting an actual cookbook.