EricDarve / numerical_linear_algebra

Julia code for the book Numerical Linear Algebra
110 stars 40 forks source link

load_plot_pkg.jl is outdated and no longer works #244

Open DSilva27 opened 1 year ago

DSilva27 commented 1 year ago

Hi,

Last year I was using your book in one of my courses and noticed that this code no longer worked. I looked for answers in the Julia GitHub repo, and they helped me out rewriting the code so it worked with Julia's current plotting functions.

You can check this in the following issue: https://github.com/JuliaPlots/PlotlyJS.jl/issues/408

EricDarve commented 1 year ago

Thanks for the feedback. This is very useful. I will update the repo accordingly.