- 全部文章
-
CairoMakie32
using CairoMakief= Figure()Axis(f[1,1])density!(randn(180),direction=:y, npoints=12, color=\"greenyellow\", strokecolor=:g
2022-12-25
428 5 0其它CairoMakie31
using CairoMakief= Figure()Axis(f[1,1])density!(randn(180),direction=:y, npoints=12, color=\"greenyellow\")f
2022-12-23
610 8 0其它Julia- CairoMakie30
using CairoMakief= Figure()Axis(f[1,1])density!(randn(180),color=\"greenyellow\")f
2022-12-22
500 6 0其它Julia-CairoMakie
using CairoMakiexs=[1,1,1,2,2,2,3,3,3]ys= rand(9)ymins= ys.-1ymaxs= ys.+1dodge=[1,2,3,1,2,3,1,2,3]crossbar(xs, ys, ymins
2022-12-21
562 7 0其它