File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,19 @@ PlotRNA.plot_structure_makie("(((...)))")
6666Plotting in the terminal is supported via UnicodePlots with
6767coordinates generated by ViennaRNA.
6868
69+
70+ ``` julia
71+ using UnicodePlots, PlotRNA
72+ PlotRNA. uniplot (" (((...)))" )
73+ ```
74+
6975Note: this is still considered experimental. There are still some
7076problems with plot sizes and aspect ratios. Additionally, when calling
7177` uniplot ` with an illegal structure or unbalanced parentheses it is
7278possible to produce a segfault (coming from ` plot_coords ` in ViennaRNA
7379that is used to generate coordinates for plotting). See:
7480[ https://github.com/marcom/ViennaRNA.jl/issues/13 ] ( https://github.com/marcom/ViennaRNA.jl/issues/13 ) .
7581
76- ``` julia
77- using UnicodePlots, PlotRNA
78- PlotRNA. uniplot (" (((...)))" )
79- ```
80-
8182
8283### Plot structures with VARNA
8384
You can’t perform that action at this time.
0 commit comments