官术网_书友最值得收藏!

Adding a new package

Before adding a new package, it is always a good idea to update your package database for the already installed packages with the up command. Then, add a new package by issuing the add PackageName command, and execute it by using PackageName in the code or in the REPL.

For example, to add 2D plotting capabilities, install the Plots package with add Plots in the Package mode by first typing ]. This installs the Plots package and all of its dependencies, building them when needed.

To make a graph of 100 random numbers between 0 and 1, execute the following commands:

using Plots 
plot(rand(100))

The rand(100) function is an array with 100 random numbers. This produces the following output:

A plot of white noise with Plots

After installing a new Julia version, update all the installed packages by running up in the Pkg REPL-mode.

主站蜘蛛池模板: 花垣县| 抚宁县| 望城县| 江西省| 柯坪县| 卢湾区| 芦溪县| 孙吴县| 龙游县| 菏泽市| 兴安县| 泸水县| 哈密市| 山西省| 顺昌县| 龙海市| 横峰县| 濮阳县| 金溪县| 衡阳市| 壤塘县| 东平县| 额济纳旗| 临邑县| 江都市| 乳源| 大英县| 仙游县| 德安县| 班玛县| 东辽县| 工布江达县| 安泽县| 古交市| 庆云县| 大邑县| 交口县| 四会市| 奈曼旗| 普陀区| 上杭县|