Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix [BUG] Rotated labels overlap with the chart #551 #555

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
126 commits
Select commit Hold shift + click to select a range
caca096
preliminary work to add ab_glyph font backend
Monadic-Cat Aug 2, 2022
ceb179b
Fix vertical alignment
Zoxc Aug 21, 2022
6e5b04e
improve `register_font` docs, buffer to avoid panic unwind reliance
Monadic-Cat Aug 29, 2022
4f5fec3
clean up unused things
Monadic-Cat Aug 29, 2022
5aa347f
clean up and adjust feature gates to pass tests
Monadic-Cat Aug 30, 2022
5abe9b5
implement FontStyle support for ab_glyph feature
Monadic-Cat Aug 31, 2022
e80d4b7
replace map + flatten with and_then
Monadic-Cat Aug 31, 2022
454b6e5
use "dep:" syntax in Cargo.toml for declaring ab_glyph feature
Monadic-Cat Aug 31, 2022
ef77631
fix feature name
Monadic-Cat Sep 1, 2022
310a107
bugfix(#405): Fixed colinearity test for computation polygon vertexes
egordm Aug 13, 2022
aadeacf
Ready for publish plotters 0.3.4
38 Sep 8, 2022
b1dc7a9
Update the dependecies
38 Sep 8, 2022
0e3332a
revert the dependency change for publish
38 Sep 8, 2022
609a557
remove redundant closure
Monadic-Cat Sep 8, 2022
a4dab40
Merge pull request #311 from Monadic-Cat/feature-ab_glyph
AaronErhardt Sep 8, 2022
dc4747c
Update criterion requirement from 0.3.6 to 0.4.0
dependabot[bot] Sep 12, 2022
c202b9c
Merge pull request #418 from plotters-rs/dependabot/cargo/criterion-0…
AaronErhardt Sep 12, 2022
c4e38a1
Export the `doc` macro, to use of `define_color`
Sep 19, 2022
e1a5836
Upgrade comment to documentation
Sep 19, 2022
89ca46c
Fix spelling and grammar in readme
novedevo Sep 22, 2022
1658587
Fix my own spelling!
novedevo Sep 22, 2022
82c51a4
fix typo
novedevo Sep 22, 2022
0681499
Update ttf-parser requirement from 0.15.0 to 0.17.0
dependabot[bot] Sep 28, 2022
ccbf9b3
Sync readme.template.md with README.md
AaronErhardt Oct 10, 2022
80621b7
Merge pull request #419 from hpux735/doc
AaronErhardt Oct 10, 2022
6156a27
Merge pull request #422 from plotters-rs/dependabot/cargo/ttf-parser-…
AaronErhardt Oct 10, 2022
dc34dac
update font backend documentation
Monadic-Cat Oct 11, 2022
7056fcc
Merge pull request #424 from Monadic-Cat/update-font-docs
AaronErhardt Oct 11, 2022
c668e11
Render README from template
AaronErhardt Oct 11, 2022
e5060e5
Fix CI build
AaronErhardt Oct 11, 2022
3a10958
Port readme changes to template
novedevo Oct 11, 2022
edfeeb4
One more typo
novedevo Oct 11, 2022
af12ccf
Fix extra word in example chart.rs
novedevo Oct 11, 2022
a5605ae
Merge pull request #420 from novedevo/fix-spelling-grammar
AaronErhardt Oct 11, 2022
2478e9b
Render README from template
AaronErhardt Oct 11, 2022
825ded9
Unit tests for TimeValue unmap added
xemwebe Oct 13, 2022
e45fba3
implement ReversibleRanged for TimeValue
xemwebe Oct 14, 2022
c8badc3
Fixed rounding issue
xemwebe Oct 15, 2022
bcb0351
Fix unmap for small TimeValue periods
xemwebe Oct 16, 2022
5ccdf3a
Merge pull request #425 from xemwebe/time_value_unmap
AaronErhardt Oct 20, 2022
1e91857
ignore .idea from git track
eval-exec Oct 21, 2022
9e45ab2
Fix bad link of example
eval-exec Oct 21, 2022
1fa10f6
Merge pull request #427 from eval-exec/master
AaronErhardt Oct 21, 2022
ed76652
Fixed cpustat example link
ansible42 Oct 26, 2022
e4c1052
Merge pull request #430 from ansible42/master
AaronErhardt Oct 26, 2022
a90b79d
Update gif requirement from 0.11.2 to 0.12.0
dependabot[bot] Nov 18, 2022
ff806a3
Merge pull request #432 from plotters-rs/dependabot/cargo/gif-0.12.0
AaronErhardt Nov 18, 2022
0dc65a0
fixed readme and docs in lib.rs with correct :dep
Spiegie Jan 6, 2023
acf5158
Merge pull request #444 from Spiegie/fix-readme-jupyter
AaronErhardt Jan 7, 2023
f781b8c
add new colormap trait
jonaspleyer Feb 25, 2023
6ff8a93
write macros to implement colorscales for respective color types
jonaspleyer Feb 25, 2023
8a58df3
use previously defined macros to implement some colormaps
jonaspleyer Feb 25, 2023
1237dc9
create new feature for colormaps and include in defeault features
jonaspleyer Feb 25, 2023
01927ec
demonstrate new colormaps in already existing examples
jonaspleyer Feb 25, 2023
13d2423
rename trait from colorscale to colormap
jonaspleyer Feb 25, 2023
bd0ac39
added example to show some colormaps
jonaspleyer Feb 25, 2023
b8f5dc8
also add struct for dynamic creation of colormaps
jonaspleyer Feb 25, 2023
9abcb2f
Fix unaligned write in bitmap backend.
Berrysoft Apr 20, 2023
a0239c3
Fix unaligned read.
Berrysoft Apr 20, 2023
94e22a3
Fix another unaligned write.
Berrysoft Apr 20, 2023
25e81e1
Use array instead of tuple.
Berrysoft Apr 20, 2023
71cd780
Also fix for bgrx.
Berrysoft Apr 20, 2023
c34fcc0
Merge pull request #467 from Berrysoft/fix/unaligned
AaronErhardt Apr 20, 2023
62e3f32
Update plotters/src/style/colors/colormaps.rs
jonaspleyer May 23, 2023
c5422c1
encapsulate common functionality in private function
jonaspleyer May 23, 2023
573c751
change tt to ident in all macros
jonaspleyer May 23, 2023
8169188
increase documentation and correctly format
jonaspleyer May 23, 2023
b9ec60b
fomat examples
jonaspleyer May 23, 2023
04483e5
Merge remote-tracking branch 'refs/remotes/origin/master'
jonaspleyer May 23, 2023
693234b
resolve clippy warnings
jonaspleyer May 29, 2023
165b3a3
Merge pull request #452 from jonaspleyer/master
AaronErhardt May 31, 2023
1bbe710
Symlink license files so they are included when publishing crates
michel-slm Jun 6, 2023
5180b4e
Merge pull request #477 from michel-slm/add-license
AaronErhardt Jun 6, 2023
73663bf
Bump version to 0.3.5
AaronErhardt Jun 16, 2023
8aeeba2
Add version numbers to all local crates
AaronErhardt Jun 16, 2023
6b6a69e
delete whitespace so cargo doc will format comment in list
zancas Jun 17, 2023
7030c73
Merge pull request #480 from zancas/doc_comment_list
AaronErhardt Jun 18, 2023
654752e
use full path for traits to make them work without additional imports
jonaspleyer Jun 27, 2023
e59e6d5
rename variable to more general name
jonaspleyer Jun 27, 2023
0dcb75a
use the newly introduced $crate syntax for macros
jonaspleyer Jun 27, 2023
f8eaa1f
add documentation to relevant items
jonaspleyer Jun 27, 2023
3d3eebb
use simplified struct notation
jonaspleyer Jun 27, 2023
54da537
Add dashed line style.
KmolYuan Jun 30, 2023
08d105d
Update unit test.
KmolYuan Jul 2, 2023
8a07b4a
Update comments.
KmolYuan Jul 2, 2023
d964314
Improve the known issue.
KmolYuan Jul 2, 2023
805c75b
feat: added donut_hole method to pie chart
GyulyVGC Jul 16, 2023
2515e2f
Use root README.md and not the link
TTWNO Aug 8, 2023
3214514
Fix typo drwaing -> drawing
skade Aug 24, 2023
8b32741
Merge pull request #498 from skade/skade-patch-1
AaronErhardt Aug 27, 2023
50e462b
Merge pull request #493 from TTWNO/fix_cargo_readme
AaronErhardt Aug 27, 2023
fbfefd6
take donut_hole by value
GyulyVGC Aug 28, 2023
8f39a5e
remove unnecessary if statement
GyulyVGC Aug 28, 2023
b46d26b
include final points of the wedges
GyulyVGC Aug 28, 2023
7c1f8ec
Merge pull request #485 from GyulyVGC/donut-chart
AaronErhardt Aug 28, 2023
5dfc316
Chore: "Cargo doc" removed this warning.
martinfrances107 Oct 17, 2023
4323ec2
Merge pull request #508 from martinfrances107/cargo_doc
AaronErhardt Oct 17, 2023
10a53df
Chore: ran cargo clippy --fix
martinfrances107 Oct 17, 2023
7c4ed88
Merge pull request #509 from martinfrances107/clippy
AaronErhardt Oct 17, 2023
643fc73
Minor: Resolved this warning associated with a "Non-Standard" default…
martinfrances107 Oct 17, 2023
81d7ea7
Merge pull request #510 from martinfrances107/default_fixup
AaronErhardt Oct 17, 2023
d84fdb5
BugFix: Error propagation is silenced (#511)
martinfrances107 Oct 18, 2023
d540c33
Update logarithmic.rs (#518)
saona-raimundo Nov 7, 2023
8108c9e
Logical fix.
KmolYuan Dec 18, 2023
77bf7c2
Merge branch 'master' into dash
KmolYuan Dec 18, 2023
62dbd7b
Fix unit tests.
KmolYuan Dec 18, 2023
3a4c675
Merge pull request #483 from KmolYuan/dash
AaronErhardt Jan 8, 2024
698f8ca
Fix dashed line algorithm
KmolYuan Jan 20, 2024
9613a5a
Merge pull request #540 from KmolYuan/dashed-fix
AaronErhardt Jan 21, 2024
bce53e7
Add dotted line style
KmolYuan Jan 22, 2024
d9fb1ec
Refactor variables
KmolYuan Jan 22, 2024
a9d5c0a
Add shift option
KmolYuan Jan 23, 2024
1399c96
Update option docs
KmolYuan Jan 23, 2024
f3e5fe0
Fix marker drawing
KmolYuan Jan 23, 2024
8098ff6
Fix overflow in `blit_bitmap`
x3ro Jan 28, 2024
98e2351
Merge pull request #545 from x3ro/tentative-fix-for-blit-bitmap
AaronErhardt Feb 8, 2024
bc04161
annotate objects wihch depend feature in docs.rs with experimental
jonaspleyer Feb 25, 2024
5ea6dac
Fix grammar
KmolYuan Feb 26, 2024
62783f4
Merge pull request #544 from KmolYuan/dotted-line
AaronErhardt Feb 26, 2024
0af9ee5
move docstrings to inline comments
jonaspleyer Feb 25, 2024
88a1492
shorten macro name for easier usage
jonaspleyer Feb 25, 2024
bb25570
Merge pull request #481 from jonaspleyer/master
AaronErhardt Feb 27, 2024
fa5bfb5
Merge branch 'master' into patch-doc_cfg
AaronErhardt Feb 27, 2024
b42a78e
Merge pull request #553 from jonaspleyer/patch-doc_cfg
AaronErhardt Feb 27, 2024
313f2a9
fix [BUG] Rotated labels overlap with the chart #551 - Do not overrid…
AliMMehr Feb 28, 2024
cea6341
fix tests after fixing [BUG] Rotated labels overlap with the chart #551
AliMMehr Feb 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
**/target
.vscode/*
Cargo.lock
.idea
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog

## Plotters 0.3.4 (?)
## Plotters 0.3.5 (2023-06-16)

### Added

- Add ab_glyph font backend
- Color maps

### Fixed

- Fix broken unaligned read in unsafe code
- A lot of broken links and typos

## Plotters 0.3.4 (2022-09-08)

### Fixed

- EvcxR feature compiling issue without bitmap backend enabled

### Improved

- Color types manipulations


## Plotters 0.3.3 (2022-08-19)

Expand Down
169 changes: 98 additions & 71 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc-template/examples/chart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let root = BitMapBackend::new("plotters-doc-data/5.png", (640, 480)).into_drawing_area();
root.fill(&WHITE);
let root = root.margin(10, 10, 10, 10);
// After this point, we should be able to draw construct a chart context
// After this point, we should be able to construct a chart context
let mut chart = ChartBuilder::on(&root)
// Set the caption of the chart
.caption("This is our first plot", ("sans-serif", 40).into_font())
Expand Down
117 changes: 72 additions & 45 deletions doc-template/readme.template.md

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions doc-template/readme/gallery
Original file line number Diff line number Diff line change
@@ -1,102 +1,102 @@
To view the source code for each example, please click on the example image.

<a href="https://github.com/38/plotters/blob/master/plotters/examples/chart.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/chart.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/sample.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/stock.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/stock.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/stock.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/histogram.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/histogram.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/histogram.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters#quick-start">
<a href="https://github.com/plotters-rs/plotters#quick-start">
<img src="https://plotters-rs.github.io/plotters-doc-data/0.png" class="galleryItem" width=200px></img>
</a>

<a href="#">
<img src="https://plotters-rs.github.io/plotters-doc-data/console-2.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/mandelbrot.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/mandelbrot.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/mandelbrot.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters#trying-with-jupyter-evcxr-kernel-interactively">
<a href="https://github.com/plotters-rs/plotters#trying-with-jupyter-evcxr-kernel-interactively">
<img src="https://plotters-rs.github.io/plotters-doc-data/evcxr_animation.gif" class="galleryItem" width=200px></img>
</a>


<a href="https://github.com/plotters-rs/plotters-piston/blob/master/plotters/examples/cpustat.rs">
<a href="https://github.com/plotters-rs/plotters-piston/blob/master/examples/cpustat.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/plotters-piston.gif" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/normal-dist.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/normal-dist.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/normal-dist.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/two-scales.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/two-scales.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/twoscale.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/matshow.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/matshow.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/matshow.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/sierpinski.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/sierpinski.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/sierpinski.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/normal-dist2.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/normal-dist2.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/normal-dist2.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/errorbar.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/errorbar.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/errorbar.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/slc-temp.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/slc-temp.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/slc-temp.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/area-chart.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/area-chart.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/area-chart.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/snowflake.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/snowflake.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/snowflake.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/animation.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/animation.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/animation.gif" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/console.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/console.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/console-example.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/console.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/console.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/console.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/blit-bitmap.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/blit-bitmap.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/blit-bitmap.png" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/boxplot.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/boxplot.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/boxplot.svg" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/3d-plot.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/3d-plot.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/3d-plot.svg" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/3d-plot2.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/3d-plot2.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/3d-plot2.gif" class="galleryItem" width=200px></img>
</a>

<a href="https://github.com/38/plotters/blob/master/plotters/examples/tick_control.rs">
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/tick_control.rs">
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.svg" class="galleryItem" width=200px></img>
</a>
42 changes: 21 additions & 21 deletions doc-template/rustdoc/gallery
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
<div class="galleryText">
Multiple Plot
<a href="https://github.com/38/plotters/blob/master/plotters/examples/chart.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/chart.rs">[code]</a>
</div>
</div>

Expand All @@ -14,7 +14,7 @@
</a>
<div class="galleryText">
Candlestick Plot
<a href="https://github.com/38/plotters/blob/master/plotters/examples/stock.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/stock.rs">[code]</a>
</div>
</div>

Expand All @@ -24,7 +24,7 @@
</a>
<div class="galleryText">
Histogram
<a href="https://github.com/38/plotters/blob/master/plotters/examples/histogram.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/histogram.rs">[code]</a>
</div>
</div>

Expand Down Expand Up @@ -52,7 +52,7 @@
</a>
<div class="galleryText">
Mandelbrot set
<a href="https://github.com/38/plotters/blob/master/plotters/examples/mandelbrot.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/mandelbrot.rs">[code]</a>
</div>
</div>

Expand All @@ -72,7 +72,7 @@
</a>
<div class="galleryText">
Real-time Rendering
<a href="https://github.com/plotters-rs/plotters-piston/blob/master/plotters/examples/cpustat.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters-piston/blob/master/examples/cpustat.rs">[code]</a>
</div>
</div>

Expand All @@ -82,7 +82,7 @@
</a>
<div class="galleryText">
Histogram with Scatter
<a href="https://github.com/38/plotters/blob/master/plotters/examples/normal-dist.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/normal-dist.rs">[code]</a>
</div>
</div>

Expand All @@ -92,7 +92,7 @@
</a>
<div class="galleryText">
Dual Y-Axis Example
<a href="https://github.com/38/plotters/blob/master/plotters/examples/two-scales.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/two-scales.rs">[code]</a>
</div>
</div>

Expand All @@ -102,7 +102,7 @@
</a>
<div class="galleryText">
The Matplotlib Matshow Example
<a href="https://github.com/38/plotters/blob/master/plotters/examples/matshow.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/matshow.rs">[code]</a>
</div>
</div>

Expand All @@ -112,7 +112,7 @@
</a>
<div class="galleryText">
The Sierpinski Carpet
<a href="https://github.com/38/plotters/blob/master/plotters/examples/sierpinski.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/sierpinski.rs">[code]</a>
</div>
</div>

Expand All @@ -122,7 +122,7 @@
</a>
<div class="galleryText">
The 1D Gaussian Distribution
<a href="https://github.com/38/plotters/blob/master/plotters/examples/nomal-dist2.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/nomal-dist2.rs">[code]</a>
</div>
</div>

Expand All @@ -132,7 +132,7 @@
</a>
<div class="galleryText">
The 1D Gaussian Distribution
<a href="https://github.com/38/plotters/blob/master/plotters/examples/errorbar.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/errorbar.rs">[code]</a>
</div>
</div>

Expand All @@ -142,7 +142,7 @@
</a>
<div class="galleryText">
Monthly Time Coordinate
<a href="https://github.com/38/plotters/blob/master/plotters/examples/slc-temp.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/slc-temp.rs">[code]</a>
</div>
</div>

Expand All @@ -152,7 +152,7 @@
</a>
<div class="galleryText">
Monthly Time Coordinate
<a href="https://github.com/38/plotters/blob/master/plotters/examples/area-chart.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/area-chart.rs">[code]</a>
</div>
</div>

Expand All @@ -162,7 +162,7 @@
</a>
<div class="galleryText">
Koch Snowflake
<a href="https://github.com/38/plotters/blob/master/plotters/examples/snowflake.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/snowflake.rs">[code]</a>
</div>
</div>

Expand All @@ -173,7 +173,7 @@
</a>
<div class="galleryText">
Koch Snowflake Animation
<a href="https://github.com/38/plotters/blob/master/plotters/examples/animation.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/animation.rs">[code]</a>
</div>
</div>

Expand All @@ -184,7 +184,7 @@
</a>
<div class="galleryText">
Drawing on a Console
<a href="https://github.com/38/plotters/blob/master/plotters/examples/console.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/console.rs">[code]</a>
</div>
</div>

Expand All @@ -194,7 +194,7 @@
</a>
<div class="galleryText">
Drawing bitmap on chart
<a href="https://github.com/38/plotters/blob/master/plotters/examples/blit-bitmap.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/blit-bitmap.rs">[code]</a>
</div>
</div>

Expand All @@ -204,7 +204,7 @@
</a>
<div class="galleryText">
The boxplot demo
<a href="https://github.com/38/plotters/blob/master/plotters/examples/boxplot.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/boxplot.rs">[code]</a>
</div>
</div>

Expand All @@ -214,7 +214,7 @@
</a>
<div class="galleryText">
3D plot rendering
<a href="https://github.com/38/plotters/blob/master/plotters/examples/3d-plot.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/3d-plot.rs">[code]</a>
</div>
</div>

Expand All @@ -224,7 +224,7 @@
</a>
<div class="galleryText">
2-Var Gussian Distribution PDF
<a href="https://github.com/38/plotters/blob/master/plotters/examples/3d-plot2.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/3d-plot2.rs">[code]</a>
</div>
</div>

Expand All @@ -234,6 +234,6 @@
</a>
<div class="galleryText">
COVID-19 Visualization
<a href="https://github.com/38/plotters/blob/master/plotters/examples/tick_control.rs">[code]</a>
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/tick_control.rs">[code]</a>
</div>
</div>
1 change: 1 addition & 0 deletions doc-template/update_readme.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -ev
REPO_BASE=`readlink -f $(dirname $(readlink -f $0))/../`
${REPO_BASE}/doc-template/render_readme.sh ${REPO_BASE}/doc-template/readme.template.md ${REPO_BASE}/doc-template/readme > ${REPO_BASE}/README.md

Expand Down
2 changes: 1 addition & 1 deletion plotters-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plotters-backend"
version = "0.3.4"
version = "0.3.5"
authors = ["Hao Hou <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions plotters-backend/LICENSE
2 changes: 1 addition & 1 deletion plotters-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
This is a part of plotters project. For more details, please check the following links:

- For high-level intro of Plotters, see: [Plotters on crates.io](https://crates.io/crates/plotters)
- Check the main repo at [Plotters repo](https://github.com/38/plotters.git)
- Check the main repo at [Plotters repo](https://github.com/plotters-rs/plotters.git)
- For detailed documentation about this crate, check [plotters-backend on docs.rs](https://docs.rs/plotters-backend/)
- You can also visit Plotters [Homepage](https://plotters-rs.github.io)
Loading
Loading