xzackli / Bolt.jl

differentiable boltzmann code
MIT License
42 stars 5 forks source link

update some examples to Plots.jl #46

Open xzackli opened 3 years ago

xzackli commented 3 years ago

Seeing Jamie's code has inspired me to start using Plots.jl instead of PyPlot. Back when I started using Julia, Plots.jl used to take 30 seconds to start (absolutely brutal), but now with PackageCompiler it's basically instant and this lets other people use whatever backend they want.

codecov-io commented 3 years ago

Codecov Report

Merging #46 (bf3d9ec) into main (6bee19a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #46   +/-   ##
=======================================
  Coverage   43.75%   43.75%           
=======================================
  Files           7        7           
  Lines         544      544           
=======================================
  Hits          238      238           
  Misses        306      306           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6bee19a...bf3d9ec. Read the comment docs.