siplot 0.4.3

DEPRECATED: renamed to rsplot. This crate only re-exports rsplot and is no longer maintained.
1
2
3
4
5
6
7
8
9
10
# ⚠️ siplot is deprecated — renamed to `rsplot`

`siplot` has been renamed to [`rsplot`](https://crates.io/crates/rsplot). This
crate now only re-exports `rsplot` and is no longer maintained.

Switch your dependency to:

```toml
rsplot = "0.5"
```