Skip to content

Commit e209b24

Browse files
committed
TextHeatmaps v1.0.0
1 parent fee1a53 commit e209b24

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TextHeatmaps"
22
uuid = "2dd6718a-6083-4824-b9f7-90e4a57f72d2"
33
authors = ["Adrian Hill <[email protected]>"]
4-
version = "1.0.0-DEV"
4+
version = "1.0.0"
55

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ Using the heatmap function, we can visualize the values:
2828

2929
![Heatmap in Julia-REPL][heatmap-repl]
3030

31-
This not only works in the REPL, but also works in Pluto notebooks and Documenter:
31+
This not only works in the REPL, but also as HTML output in notebooks and on websites:
3232

3333
![Heatmap in Pluto][heatmap-pluto]
3434

35-
The color scheme of the `heatmap` can be customized, as shown in the
36-
[package documentation](https://Julia-XAI.github.io/TextHeatmaps.jl/stable/):
35+
The color scheme of the `heatmap` is customizable:
3736

3837
![Heatmap in Documenter][heatmap-settings]
3938

39+
For more information, refer to the [package documentation](https://Julia-XAI.github.io/TextHeatmaps.jl/stable/).
40+
4041
[heatmap-repl]: https://raw.githubusercontent.com/Julia-XAI/TextHeatmaps.jl/gh-pages/assets/heatmap_repl.png
4142
[heatmap-pluto]: https://raw.githubusercontent.com/Julia-XAI/TextHeatmaps.jl/gh-pages/assets/heatmap_pluto.png
4243
[heatmap-settings]: https://raw.githubusercontent.com/Julia-XAI/TextHeatmaps.jl/gh-pages/assets/heatmap_settings.png

0 commit comments

Comments
 (0)