Remove precompilation

Precompilation has never played nice with Plots, but now it has gotten even worse. Getting rid of precompilation fixes #543 and in normal use cases, the vast majority of time to plot comes from importing the other plotting libraries, so I did not notice a significant performance loss.
This commit is contained in:
Christopher Rackauckas 2016-10-28 22:21:40 -07:00 committed by GitHub
parent d291582ad9
commit e8ed0a3034

View File

@ -1,6 +1,4 @@
__precompile__()
module Plots
using Reexport