Skip to content

Commit

Permalink
Merge pull request #556 from pitmonticone/master
Browse files Browse the repository at this point in the history
Fixed a typo in README
  • Loading branch information
ViralBShah authored Jun 26, 2024
2 parents 6ed7f72 + c459c6c commit 201962f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ By default, plots in IJulia are sent to the notebook as PNG images.
Optionally, you can tell PyPlot to display plots in the browser as
[SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics) images,
which have the advantage of being resolution-independent (so that they
display without pixellation at high-resolutions, for example if you
display without pixelation at high-resolutions, for example if you
convert an IJulia notebook to PDF), by running:
```julia
PyPlot.svg(true)
Expand Down

0 comments on commit 201962f

Please sign in to comment.