数据来源:Data.census.gov
工具:Julia
-
This is some inline code
or inline ` code with a tick
.
This is some julia code:
a = 2
@show a
using LinearAlgebra
a = [1, 2, 3]
@show dot(a, a)
dot(a, a) = 14
using Statistics, CairoMakie
f = Figure()
ax = Axis(f[1, 1])
f
// Image matching '/assets/blog-temp/barplot-julia/code/ex2' not found. //