You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
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()