plotters
crates.io
plotters | crates.io | |
---|---|---|
14 | 666 | |
3,920 | 3,009 | |
1.4% | 1.5% | |
8.1 | 10.0 | |
4 days ago | 2 days ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
plotters
-
Plotting with GTK4
plotter-rs Cairo backend: Specific backend to interact with a gtk-rs DrawingArea widget.
-
Looking for any crates to help me migrate my current workflow to Rust.
I would also look at plotters https://github.com/plotters-rs/plotters to replace mathplotlib. Unfortunately, I'm not aware of any library for image transformations/augmentations.
-
Iced, a cross-platform GUI library — New release featuring stabilization of stateless widgets, first-class theming, widget operations, lazy widget, and more!
Have you looked into plotters https://github.com/plotters-rs/plotters ? I think it should be possible to integrate it into an app.
- By the way, plotters has an ab_glyph feature now
-
[Media] Quantum wave packet simulations (second day learning Rust)
About plots, besides plotly, take a look at https://github.com/plotters-rs/plotters and https://github.com/milliams/plotlib
-
2D library with decent text rendering / measuring support
I'd recommend plotters, I've only used it for it's drawing api and I found it quite nice for text rendering.
-
Data visualization in rust
- https://github.com/plotters-rs/plotters
- Simple plotting/graphing crate suggestions
-
Discussion: Integrating polars and plotters
For those who do not know about them, polars is a data frame crate for Rust and Python. It is also the fastest data frame library, according to benchmarks. Plotters is a crate for data visualisation. Both are the equivalents of pandas and matplotlib from the Python ecosystem. However, the integration with matplotlib in pandas has no equivalent. I would like to propose an effort to integrate polars with plotters, either by modifying the existing codebases, or creating a new bridge crate. I would love to hear opinions about this from the widder community.
- What libraries do you miss from other languages?
crates.io
-
My First Publish to crates.io (and cross compilation)
crates.io is the central repository/registry for Rust crates. It's a crucial part of the Rust ecosystem.
-
Redis is trying to take over the all of the OSS Redis libraries
Oh dear.
I see Redis Inc. have decided to go full Nagios.
Never go full Nagios.
Though admittedly Nagios' attempt to pull similar assholery wrt CPAN did end up being a source of some amusement to me: http://p3rl.org/Nagios::Plugin
I hope the http://crates.io team react similarly.
-
Introducing Spin 3.0
Spin 3.0 introduces a workflow for this type of development in the hopes of making it seamless to do things like write a library for some compute intensive task in Rust and use that as a dependency in a JavaScript application. Or perhaps you’re not a Rust developer and don’t feel like learning it overnight? No problem. Fetch a component someone else already built from an OCI registry. Component dependencies can be stored, discovered, and fetched from OCI registries giving you the npm/NuGet/crates.io style experience but for Wasm. Now, I think this particular feature is wild and could go on about it for at least a thesis, but there are even more Spin 3.0 topics to discuss so feel free to dig deeper in the component dependencies documentation here and in the demo later on.
-
Tech Transfer from Old Languages to GO and Rust
Rust: crates.io
-
Create a Custom GitHub Action in Rust
Rust has a rich ecosystem of frameworks and libraries that let you read, parse, and manipulate text files, interact with cloud services and databases, and perform any other job that your project's development workflow may require. And because of its strong typing and tight memory management, you are much less likely to write programs that behave unexpectedly in production.
-
Rust Keyword Extraction: Creating the YAKE! algorithm from scratch
All the code discussed in this article can be accessed through this repository. For integration with existing projects consider using keyword_extraction crate available on crates.io.
-
Migrating a JavaScript frontend to Leptos, a Rust framework
So, be sure to double-check your critical libraries and be sure their alternatives exist in the Rust ecosystem. There’s a good chance the crates you need are available in Rust's crates.io repository.
-
Learning Rust: A clean start
The previous section was very simple, this section is also very simple but introduces us to cargo which is Rust's package manager, as a JS dev my mind goes straight to NPM.
-
#2 Rust - Cargo Package Manager
Now, there has to be a place where all these packages come from. Similar to npmjs registry, where all node packages are registered, stored and retrieved, Rust also has something called crates.io where many helpful packages and dependencies are registered.
-
Rust 🦀 Installation + Hello World
Before proceeding, let's check https://crates.io/, the official Rust package registry.
What are some alternatives?
iced - A cross-platform GUI library for Rust, inspired by Elm
docs.rs - crates.io documentation generator
yew - Rust / Wasm framework for creating reliable and efficient web applications
Cargo - The Rust package manager
cross - “Zero setup” cross compilation and “cross testing” of Rust crates
trunk - Build, bundle & ship your Rust WASM application to the web.
rustbreak - A simple, fast and easy to use self-contained single file storage for Rust
gtk4-rs - Rust bindings of GTK 4
polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust
embassy - Modern embedded framework, using Rust and async.
RustGnuplot - A Rust library for drawing plots, powered by Gnuplot.
cargo-crev - A cryptographically verifiable code review system for the cargo (Rust) package manager.