GitHub / plotters-rs/plotters / commits
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely ๐ฆ ๐๐
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c63248e0 | merge Merge pull request #703 from zxq82lm/fix/hslcolor-hue-wrap |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
3 months ago | |
| 38095610 | merge Merge branch 'plotters-rs:master' into fix/hslcolor-hue-wrap |
Benoรฎt Prieur <2****m@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| 48b01c45 | merge Merge pull request #717 from chantakan/fix-inward-tick-labels |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| df86e2b8 | merge Merge pull request #714 from dcampbell24/fix-lints |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 2d69fffb | merge Merge pull request #692 from JakkuSakura/fix-font |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| 6717efbc | merge Merge pull request #713 from dcampbell24/update-dependencies- |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| ca681a63 | fix: surface font handle errors | Jakku Sakura <q****1@g****m> | 5 months ago | |
| 30e47b08 | Fix: negative tick_mark_size now only affects tick direction | chantakan <h****e@y****p> | 5 months ago | |
| 854c18d4 | cargo fmt --all | David Campbell <d****4@g****m> | 6 months ago | |
| 3df137f5 | Get rid of the rest of clippy lints. | David Campbell <d****4@g****m> | 6 months ago | |
| edb244a8 | Fix automatic clippy lints. | David Campbell <d****4@g****m> | 6 months ago | |
| c9aa7da1 | Don't transmute when we don't need to. | David Campbell <d****4@g****m> | 6 months ago | |
| fd531bc4 | Don't elide lifetimes. | David Campbell <d****4@g****m> | 6 months ago | |
| f9cf9551 | Update ttf-parser to 0.25.1. | David Campbell <d****4@g****m> | 6 months ago | |
| 0911e4d5 | Update rand dependencies. | David Campbell <d****4@g****m> | 6 months ago | |
| 950a8a27 | Update criterion to 0.8.1. | David Campbell <d****4@g****m> | 6 months ago | |
| d80cdf08 | Update itertools to 0.14.0. | David Campbell <d****4@g****m> | 6 months ago | |
| d9467817 | Update image to 0.25.9. | David Campbell <d****4@g****m> | 6 months ago | |
| 80d2a0a4 | Update gif to 0.14.0. | David Campbell <d****4@g****m> | 6 months ago | |
| 398328e2 | feat: validate HSLColor construction | zxq82lm <2****m@u****m> | 6 months ago | |
| ea990af3 | fix: clarify HSL hue normalization | zxq82lm <2****m@u****m> | 6 months ago | |
| 23693005 | fix: robust HSL hue handling + add from_degrees and tests | zxq82lm <2****m@u****m> | 9 months ago | |
| 77b84699 | fix: wrap hue in HSLColor + add from_degrees | zxq82lm <2****m@u****m> | 9 months ago | |
| 1ee1d066 | Refactor FontExt::new to simplify face parsing logic and fix MacOS font panic | JakkuSakura <q****1@g****m> | about 1 year ago | |
| 0f195ead | merge Merge pull request #667 from 10ne1/dev/aratiu/fix-irrefutable-let-warn |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| a212c30a | merge Merge pull request #673 from booti386/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 5c51eb33 | merge Merge pull request #676 from wmjae/patch-01 |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 46da6e7a |
Update LICENSE
Co-authored-by: Aaron Erhardt <a****t@t****e> |
wmjae <w****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 3a24f9f2 | merge Merge pull request #674 from FarmingtonS9/patch-1 |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 6d449adc | update LICENSE | wmjae <w****a@g****m> | over 1 year ago | |
| 1ba1a37c | Additional fix for BitMapBackend |
Steve Frampton <4****9@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 98f9ad3f | Fixed typo in BitMapBackend |
Steve Frampton <4****9@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 95cb03bf | Add ReversibleRanged support for LogCoord. | Guillaume Charifi-Hoareau <g****i@s****r> | over 1 year ago | |
| dd806bd9 |
coord: ranged1d: fix irrefutable if let warning
Signed-off-by: Adrian Ratiu <a****u@c****m> |
Adrian Ratiu <a****u@c****m> | over 1 year ago | |
| 3ad52da8 | merge Merge pull request #659 from 10ne1/dev/aratiu/allow-serializing-colors |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 48ed63fd | merge Merge pull request #653 from oldgalileo/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 7f965582 | style/color: derive serialize & deserialize | Adrian Ratiu <a****u@c****m> | over 1 year ago | |
| 6268a7f0 | Fix missing WithKeyPoints<T> default impl when T::Formatter is not DefaultFor... | Galileo Daras <g****o@g****o> | over 1 year ago | |
| 1f174c8b | merge Merge pull request #642 from alexmoon/ranged-clone |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| e4d660af | Derive `Clone` impl for ranged combinators | Alex Moon <a****x@m****g> | almost 2 years ago | |
| dbc2a3a7 | merge Merge pull request #640 from plotters-rs/dependabot/github_actions/github/cod... |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 69755e30 | merge Merge pull request #641 from plotters-rs/dependabot/github_actions/actions/ch... |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| a9c146d3 |
Bump github/codeql-action from 1 to 3
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| f13a1813 |
Bump actions/checkout from 1 to 4
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 4ee2598a | merge Merge pull request #639 from plotters-rs/dependabot/github_actions/actions/up... |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| ff381f37 |
Bump actions/upload-artifact from 1 to 4
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| d1549829 | Use dependabot for actions |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 35aad814 | merge Merge pull request #638 from A-K-O-R-A/patch-1 |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| cdb432e6 | Fix backend example |
AKORA <6****A@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 190115d0 | merge Merge pull request #634 from kristopherbullinger/feature/svg-reduce-allocations |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 5adb38ff | update rotate attribute value | kbullinger <k****r@f****m> | almost 2 years ago | |
| ce08ce8a | update polygon and path draw functions | kbullinger <k****r@f****m> | almost 2 years ago | |
| cb7791f6 | Bump version to 0.3.7 | Aaron Erhardt <a****t@t****e> | almost 2 years ago | |
| 2cf9bd16 | merge Merge pull request #636 from plotters-rs/clippy |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 6290f4c2 | Apply most clippy lints | Aaron Erhardt <a****t@t****e> | almost 2 years ago | |
| 426e73bc | fix opacity and fill mixup in draw_pixel; address some clippy lints | Kristopher <k****r@g****m> | almost 2 years ago | |
| 99474cd7 | merge Merge pull request #629 from workingjubilee/dep-wasm-bindgen-0.2.89 |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 0321e807 | merge Merge pull request #610 from jchacks/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 627a18d4 | update svg generation code to write all data directly into output buffer | kbullinger <k****r@f****m> | almost 2 years ago | |
| 16b2425a | plotters: Depend on wasm-bindgen 0.2.89 or higher | Jubilee Young <w****e@g****m> | almost 2 years ago | |
| 7e7d2aa4 | merge Merge pull request #625 from eric-seppanen/update_chrono |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 3c9efb86 | merge Merge pull request #607 from pbdeuchler/patch-1 |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 64ea4cde | merge Merge pull request #621 from zancas/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 0949ce86 | plotters: update chrono dependency to 0.4.32 | Eric Seppanen <e****c@m****m> | almost 2 years ago | |
| cc8939b8 | Update font-kit to latest |
Philip Deuchler <p****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 0ab14483 | rm incorrect 's' | zancas <z****s@z****g> | almost 2 years ago | |
| 42971ec0 | abstarction --> abstraction | zancas <z****s@z****g> | almost 2 years ago | |
| dd1296ad | merge Merge pull request #616 from robertosw/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| d0191d64 | Examples in Docs of DashedLineSeries |
Robert Oswald <4****w@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 80a4d604 | merge Merge pull request #612 from robertosw/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 00d77824 | RangedCoordisize made public |
Robert Oswald <4****w@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 4c941f2d | merge Merge branch 'plotters-rs:master' into master |
jchacks <1****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 527f3da7 | Fixed the lifetimes for the ChartBuilder build_cartesian_(2/3)d | Joshua Chacksfield <c****j@g****m> | almost 2 years ago | |
| 53166d97 | Bump font-kit to latest |
Philip Deuchler <p****r@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 87b286f5 | merge Merge pull request #604 from andrewdavidmackenzie/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| fc080c0e | Drop use of deprecated form "default_features" in favor of newer "deprecated-... | Andrew Mackenzie <a****w@m****t> | almost 2 years ago | |
| 1ca0b7e4 | merge Merge pull request #602 from 10ne1/dev/aratiu/silence-warning |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 5fccc951 | merge Merge pull request #601 from 10ne1/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 70b78b68 | style/font: use web font style | Adrian Ratiu <a****u@c****m> | almost 2 years ago | |
| 16714cff | merge Merge pull request #596 from MrSauna/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| c660b0a3 | Add fedora dependencies to readme | eemeli <e****i@g****m> | about 2 years ago | |
| a87aed9a | merge Merge pull request #593 from Soccertanker/patch-1 |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| f26ffebf | Clarify Quick Start procedure so program works on first try |
Eric Smith <e****y@g****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 1782858c | merge Merge pull request #585 from plotters-rs/update-bitmap |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| a5d6cb2f | Bump version to 0.3.6 | Aaron Erhardt <a****t@t****e> | about 2 years ago | |
| 0b57a911 | Bump version to 0.3.6 | Aaron Erhardt <a****t@t****e> | about 2 years ago | |
| 24bf0638 | Apply some clippy lints | Aaron Erhardt <a****t@t****e> | about 2 years ago | |
| f29a6e3c | merge Merge pull request #571 from oswald2/multiline_utf8_fix |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 4bdf5d05 | merge Merge pull request #582 from 41Leahcim/master |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 65c67401 | Solved a potential unaligned read vulnerability by updating criterion (https:... | Michael Scholten <m****n@h****l> | about 2 years ago | |
| 9b05119c | merge Merge pull request #578 from LechevSpace/chore/update-readme-backend-faq |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 01cc98fc | merge Merge pull request #574 from el-hult/fix-562 |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 0af06d3d | merge Merge pull request #579 from choumarin/patch-1 |
Aaron Erhardt <a****t@t****e>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 9557c606 | partial revert, making the fix minimal | Ludvig Hult <l****t@i****e> | about 2 years ago | |
| a0a0a524 | Fix doc typo |
Christian <c****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 557fa302 |
chore: update README backend FAQ
Signed-off-by: Lachezar Lechev <e****3@g****m> |
Lachezar Lechev <e****3@g****m> | about 2 years ago | |
| 40c3d67e | merge Merge branch 'plotters-rs:master' into multiline_utf8_fix |
Michael Oswald <o****2@u****m>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 67c2bdd4 | add end-to-end test as an example on thick lines | Ludvig Hult <l****t@i****e> | about 2 years ago | |
| 1c4a9316 | add unit test for the previously failing case | Ludvig Hult <l****t@i****e> | about 2 years ago | |
| 91dfbc8f | Code formatting and comments | Ludvig Hult <l****t@i****e> | about 2 years ago |