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

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.

主站蜘蛛池模板: 永安市| 屏东县| 湄潭县| 恭城| 棋牌| 白水县| 会理县| 阜宁县| 玉溪市| 广昌县| 巴林左旗| 哈巴河县| 通州区| 阿鲁科尔沁旗| 上饶县| 彭阳县| 公安县| 瓦房店市| 融水| 武义县| 昭觉县| 西安市| 桦川县| 云林县| 靖宇县| 老河口市| 黔东| 余姚市| 吉水县| 安远县| 莲花县| 小金县| 谢通门县| 天镇县| 泽普县| 广宁县| 昭觉县| 内黄县| 元阳县| 莒南县| 新巴尔虎右旗|