h-Klok / StatsWithJuliaBook

https://statisticswithjulia.org/
MIT License
1.08k stars 279 forks source link

use julia plotting library #22

Closed waynelapierre closed 3 years ago

waynelapierre commented 3 years ago

I really like your book but I personally prefer using Julia plotting packages instead of the pyplot.

yoninazarathy commented 3 years ago

The choice to stick with pyplot() was due to the fact that at time time of creation other backends were not as mature. In a future version we may modify out of pyplot and readers using the code can certainly make the change themselves. Keep in mind that when we started working on the book Plots.jl itself was still not mature enough (as it is today).