Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ base_f + theme(

When saving a plot to use in another program, you have two basic choices of output: raster or vector: \index{Exporting} \index{Saving output}

- Vector graphics describe a plot as sequence of operations: draw a line from $(x_1, y_1)$ to $(x_2, y_2)$, draw a circle at $(x_3, x_4)$ with radius $r$.
- Vector graphics describe a plot as sequence of operations: draw a line from $(x_1, y_1)$ to $(x_2, y_2)$, draw a circle at $(x_3, y_3)$ with radius $r$.
This means that they are effectively 'infinitely' zoomable; there is no loss of detail.
The most useful vector graphic formats are pdf and svg.

Expand Down