Skip to content

Commit 712a45c

Browse files
committed
Tweak README
1 parent fcd7f79 commit 712a45c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,19 @@ PlotRNA.plot_structure_makie("(((...)))")
6666
Plotting in the terminal is supported via UnicodePlots with
6767
coordinates generated by ViennaRNA.
6868

69+
70+
```julia
71+
using UnicodePlots, PlotRNA
72+
PlotRNA.uniplot("(((...)))")
73+
```
74+
6975
Note: this is still considered experimental. There are still some
7076
problems with plot sizes and aspect ratios. Additionally, when calling
7177
`uniplot` with an illegal structure or unbalanced parentheses it is
7278
possible to produce a segfault (coming from `plot_coords` in ViennaRNA
7379
that 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

0 commit comments

Comments
 (0)