Package: rust-plotlib / 0.5.1-1

Metadata

Package Version Patches format
rust-plotlib 0.5.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax dep.diff | (download)

Cargo.toml | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

---
0002 display the markers in the svg lengend of scatter pl.patch | (download)

CHANGELOG | 2 2 + 0 - 0 !
src/repr/plot.rs | 8 7 + 1 - 0 !
src/svg_render.rs | 81 44 + 37 - 0 !
3 files changed, 53 insertions(+), 38 deletions(-)

 [patch 02/19] display the markers in the svg lengend of scatter plots


0003 More point markers.patch | (download)

CHANGELOG | 5 4 + 1 - 0 !
src/style.rs | 9 7 + 2 - 0 !
src/svg_render.rs | 137 125 + 12 - 0 !
src/text_render.rs | 5 5 + 0 - 0 !
4 files changed, 141 insertions(+), 15 deletions(-)

 [patch 03/19] more point markers


0004 smaller fonts and legend at the bottom.patch | (download)

src/repr/plot.rs | 2 1 + 1 - 0 !
src/view.rs | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 [patch 04/19] smaller fonts and legend at the bottom


0005 tilted category labels.patch | (download)

src/svg_render.rs | 16 11 + 5 - 0 !
1 file changed, 11 insertions(+), 5 deletions(-)

 [patch 05/19] tilted category labels


0006 creates directories if needed when saving.patch | (download)

src/page.rs | 17 13 + 4 - 0 !
1 file changed, 13 insertions(+), 4 deletions(-)

 [patch 06/19] creates directories if needed when saving


0007 Replace failure dependency.patch | (download)

src/errors.rs | 16 14 + 2 - 0 !
src/page.rs | 11 5 + 6 - 0 !
src/view.rs | 28 16 + 12 - 0 !
3 files changed, 35 insertions(+), 20 deletions(-)

 [patch 07/19] replace failure dependency.


0008 Changelog note.patch | (download)

CHANGELOG | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 08/19] changelog note.


0017 Fix clippy lints.patch | (download)

src/errors.rs | 2 0 + 2 - 0 !
src/repr/plot.rs | 2 1 + 1 - 0 !
src/style.rs | 2 1 + 1 - 0 !
src/svg_render.rs | 2 0 + 2 - 0 !
src/text_render.rs | 1 0 + 1 - 0 !
5 files changed, 2 insertions(+), 7 deletions(-)

 [patch 17/19] fix clippy lints


update svg.patch | (download)

src/repr/plot.rs | 5 2 + 3 - 0 !
src/svg_render.rs | 30 12 + 18 - 0 !
2 files changed, 14 insertions(+), 21 deletions(-)

---