Crates.io | gnuplotter_macros |
lib.rs | gnuplotter_macros |
version | 0.2.3-alpha |
source | src |
created_at | 2024-01-09 22:12:49.814433 |
updated_at | 2024-02-16 00:32:12.766489 |
description | Dependency for gnuplotter providing it with procedural macro utilities |
homepage | |
repository | |
max_upload_size | |
id | 1094684 |
size | 29,780 |
This crate contains the macros used to generate the plots using gnuplot
.
The macro's consider plots to be defined using structs that derive the Plot
macro. This will both
provided setter functionality for the plot as a builder would, but also provides validation functions
regarding the plot's content. Different from a builder, a plot is not necessarily produced / visualized
only once, and so it needs to build itself, so it can keep building by adding new data series (for example).