Skip to content

Commit 35078b7

Browse files
committed
Update README: plot_structure_makie time to first plot for julia 1.9
1 parent 33cff2d commit 35078b7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ install with
2020
add PlotRNA
2121
```
2222

23+
Please excuse the rather long compile times on installation (around 5
24+
minutes on julia-1.9).
25+
2326
## Usage
2427

2528
### Built-in plotting functionality (basic at the moment)
@@ -46,10 +49,12 @@ plot_structure(dbn; sequence=seq,
4649

4750
There is also an experimental `PlotRNA.plot_structure_makie` which
4851
looks a bit nicer but currently has a rather large time to first plot
49-
(about 30 seconds). Subsequent plots are very fast though. To use this
50-
function, you must load CairoMakie before PlotRNA. Code using
51-
CairoMakie is only loaded optionally with Requires.jl, as otherwise
52-
PlotRNA's package load time is a lot higher.
52+
(on julia-1.9: about 10 seconds for `using CairoMakie, PlotRNA` and 10
53+
seconds for `PlotRNA.plot_structure_makie("(((...)))")`). Subsequent
54+
plots are very fast though. To use this function, you must load
55+
CairoMakie before PlotRNA. Code using CairoMakie is only loaded
56+
optionally with Requires.jl, as otherwise PlotRNA's package load time
57+
is a lot higher.
5358

5459
```julia
5560
using CairoMakie, PlotRNA

0 commit comments

Comments
 (0)