File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,15 @@ plot_structure(dbn; sequence=seq,
4646
4747There is also an experimental ` PlotRNA.plot_structure_makie ` which
4848looks a bit nicer but currently has a rather large time to first plot
49- (28 seconds). Subsequent plots are very fast though. To use this
50- function, you must load CairoMakie before PlotRNA: `using CairoMakie,
51- PlotRNA` (code using CairoMakie is only loaded optionally with
52- Requires.jl, as otherwise PlotRNA's package load time is a lot
53- higher).
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.
53+
54+ ``` julia
55+ using CairoMakie, PlotRNA
56+ PlotRNA. plot_structure_makie (" (((...)))" )
57+ ```
5458
5559
5660### Plot structures with VARNA
You can’t perform that action at this time.
0 commit comments