您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
145B

  1. using Pkg
  2. Pkg.instantiate()
  3. Pkg.activate()
  4. using Plots
  5. using UnicodePlots
  6. unicodeplots()
  7. p=plot(Plots.fakedata(50,5),w=3)
  8. display(p)
  9. println()