Skip to content

Commit 67b6cb8

Browse files
committed
readme
1 parent 559c84d commit 67b6cb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010

1111
# 🆒 Features
1212

13+
- Fastest time-to-first-plot in Julia!
1314
- Use the [Plotly.js Javascript documentation](https://plotly.com/javascript/) directly.
1415
- No magic syntax here. Just [`JSON3.write`](https://github.com/quinnj/JSON3.jl).
1516
- Plays nicely with [Cobweb.jl](https://github.com/joshday/Cobweb.jl).
16-
- Set deeply-nested items easily (via [`EasyConfig.Config`](https://github.com/joshday/EasyConfig.jl)):
17+
- Set deeply-nested items easily (via [`EasyConfig.jl`](https://github.com/joshday/EasyConfig.jl)):
1718
- `myplot.layout.xaxis.title.font.family = "Arial"`
18-
- Plots displayed in `MIME"text/html"` environments (like Jupyter/[IJulia.jl](https://github.com/JuliaLang/IJulia.jl) and [Pluto.jl](https://github.com/fonsp/Pluto.jl)) will appear inline.
19+
- Plots will appear in `MIME"text/html"` environments (like Jupyter/[IJulia.jl](https://github.com/JuliaLang/IJulia.jl) and [Pluto.jl](https://github.com/fonsp/Pluto.jl)).
1920

2021
<br><br>
2122

0 commit comments

Comments
 (0)