Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skjandu authored Sep 12, 2024
1 parent 58c8da2 commit a8a4cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ If the user wishes to analyze only a portion of the sequence, then a zoom range
### Plotting Parameters
- **output svg (boolean)**
- `Default = False`
- Option to output images as SVG in addition to PNG. SVG are preferable for manuscript preparation.
- Option to output images as `.svg` in addition to `.png`. For manuscript preparation, `.svg` format is preferable.
- **plot resolution (integer)**
- `Default = 200`
- Resolution of the plot, in dots (pixels) per inch.
- Resolution of the plot, in dots (pixels) per inch. Manuscripts require 300 DPI. The DPI does not affect the resolution of `.svg` files.
- **zoom range (dash-separated string)**
- `Default = None`
- Given a start position and an end position, zoom into a portion of the sequence. The numbers in the range are inclusive and 1-indexed. For example, the first 200 nucleotides of the sequence would be specified as: 1-200.
Expand Down

0 comments on commit a8a4cb7

Please sign in to comment.