Pyplot for Julia

This package was made by Steven G. Johnson and provides Python's famous matplotlib library to Julia. If you have used matplotlib, you will be familiar with its pyplot module.

We learned about the Julia's Pycall package in the first chapter, and PyPlot makes use of the same package to make the call to the matplotlib plotting library directly from Julia. This call has very less (or no) overhead, and arrays are passed directly without making a copy.

Multimedia I/O

Only plaintext display is provided by the base Julia runtime. By loading external modules or by using graphical environments such as Jupyter notebooks, rich multimedia output can be given. Julia has a standardized mechanism to display the rich multimedia outputs (images, audio, ...

Get Julia for Data Science now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.