vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.28k stars 590 forks source link

Remove pylab #2047

Closed arunpersaud closed 2 years ago

arunpersaud commented 2 years ago

Replaced pylab with matplotlib.pyplot since the use of pylab is discouraged by matplotlib.

maartenbreddels commented 2 years ago

Looks good, thanks!