Skip to content

Commit 156cccb

Browse files
Fix #289.
1 parent 1c9d5ce commit 156cccb

File tree

1 file changed

+1
-1
lines changed
  • plot-api/src/jvmMain/kotlin/org/jetbrains/letsPlot/export

1 file changed

+1
-1
lines changed

plot-api/src/jvmMain/kotlin/org/jetbrains/letsPlot/export/ggsave.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private const val DEF_EXPORT_DIR = "lets-plot-images"
3535
*
3636
* The output format is inferred from the file extension.
3737
*
38-
* **For PNG and PDF:**
38+
* **For PNG, JPEG, and TIFF:**
3939
*
4040
* - If `w`, `h`, `unit`, and `dpi` are all specified:
4141
*

0 commit comments

Comments
 (0)