Skip to content

Commit a6673a8

Browse files
committed
readme
1 parent 3341f85 commit a6673a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

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

1111
# 🆒 Features
1212

13-
- Fastest time-to-first-plot in Julia!
14-
- Use the [Plotly.js Javascript documentation](https://plotly.com/javascript/) directly.
13+
- 🚀 Fastest time-to-first-plot in Julia!
14+
- 🌐 Use the [Plotly.js Javascript documentation](https://plotly.com/javascript/) directly.
1515
- No magic syntax here. Just [`JSON3.write`](https://github.com/quinnj/JSON3.jl).
16-
- Plays nicely with [Cobweb.jl](https://github.com/joshday/Cobweb.jl).
17-
- Set deeply-nested items easily (via [`EasyConfig.jl`](https://github.com/joshday/EasyConfig.jl)):
18-
- `myplot.layout.xaxis.title.font.family = "Arial"`
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)).
16+
- Set deeply-nested items easily with [`EasyConfig.jl`](https://github.com/joshday/EasyConfig.jl).
17+
- e.g. `myplot.layout.xaxis.title.font.family = "Arial"`
18+
- 🕸️ Plays nicely with [Cobweb.jl](https://github.com/joshday/Cobweb.jl).
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)).
2020

2121
<br><br>
2222

0 commit comments

Comments
 (0)