Programowanie w systemie UNIX/Julia: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎plots: <syntaxhighlight lang="julia">
Linia 122:
# .eps, .pdf, & .png are also supported
# we used svg here because it respects the width and height specified above
</syntaxhighlight>
===RootsAndPoles===
Pakiet RootsAndPoles jest na [https://juliahub.com/ui/Packages/RootsAndPoles/041mC/1.4.0?t=0 juliahub]
 
 
Instalacja
<syntaxhighlight lang="julia">
 
using Pkg
 
PKG.add("RootsAndPoles");
 
</syntaxhighlight>