File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ install with
2020add 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
4750There is also an experimental ` PlotRNA.plot_structure_makie ` which
4851looks 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
5560using CairoMakie, PlotRNA
You can’t perform that action at this time.
0 commit comments