Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 3, 2024
1 parent 6554143 commit 036c0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/Plotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This function requires loading the `Plots` package. The calling syntax for `cont
# Optional arguments
- `step`: The step of the residue ticks in the x-axis of the plot. Default is 1 or will be set to show at most 20 ticks labels.
- `step`: The step of the residue ticks in the x-axis of the plot. Default is 1 or will be set to show at most 50 ticks labels.
- `oneletter::Bool`: Use one-letter residue codes. Default is `false`. One-letter codes are only available for the 20 standard amino acids.
- `xlabel` and `ylabel`: Labels for the x and y axes. Default is `"Residue"` and `"r / Å"`.
Expand Down

0 comments on commit 036c0e5

Please sign in to comment.