Skip to content

Commit

Permalink
docs(combine): add imagemagick note on vector images
Browse files Browse the repository at this point in the history
  • Loading branch information
engeir committed Apr 29, 2024
1 parent 128bd85 commit af8c8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cosmoplots/concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ def _check_params_before_save(
warnings.warn(
"The ImageMagick `convert` command does not work well with vector"
" formats. Consider combining the plots directly using matplotlib,"
" or change to a different format, such as 'png' or 'jpg'.",
" or change to a different format, such as 'png' or 'jpg'. See also"
" https://www.imagemagick.org/Usage/formats/#vector",
)
if not self._output.parents[0].exists():
raise FileNotFoundError(
Expand Down

0 comments on commit af8c8e7

Please sign in to comment.