Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Interactive Visualization and Plotting with Julia

You're reading from   Interactive Visualization and Plotting with Julia Create impressive data visualizations through Julia packages such as Plots, Makie, Gadfly, and more

Arrow left icon
Product type Paperback
Published in Aug 2022
Publisher Packt
ISBN-13 9781801810517
Length 392 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Diego Javier Zea Diego Javier Zea
Author Profile Icon Diego Javier Zea
Diego Javier Zea
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Section 1 – Getting Started
2. Chapter 1: An Introduction to Julia for Data Visualization and Analysis FREE CHAPTER 3. Chapter 2: The Julia Plotting Ecosystem 4. Chapter 3: Getting Interactive Plots with Julia 5. Chapter 4: Creating Animations 6. Section 2 – Advanced Plot Types
7. Chapter 5: Introducing the Grammar of Graphics 8. Chapter 6: Creating Statistical Plots 9. Chapter 7: Visualizing Graphs 10. Chapter 8: Visualizing Geographically Distributed Data 11. Chapter 9: Plotting Biological Data 12. Section 3 – Mastering Plot Customization
13. Chapter 10: The Anatomy of a Plot 14. Chapter 11: Defining Plot Layouts to Create Figure Panels 15. Chapter 12: Customizing Plot Attributes – Axes, Legends, and Colors 16. Chapter 13: Designing Plot Themes 17. Chapter 14: Designing Your Own Plots – Plot Recipes 18. Other Books You May Enjoy

Preface

Plotting and visualizing data is an everyday skill for researchers and data scientists that is helpful for discovering and communicating insights. Additionally, adding interactivity to our visualization tasks enhances data exploration steps. At the same time, interactive visualizations and animations allow us to share more compelling stories from data. This book will teach you how to perform such tasks using the Julia programming language and the packages in its ecosystem.

The Julia plotting ecosystem is a breath of fresh air for plotting and data visualization, a new ecosystem to explore. This book will guide you through that exploration. First, it will introduce you to the basics of Julia and the Plots package. This package allows you to write plotting specifications that you can later render using different backends without changing your code. For example, you can render the same plot using Plotly for JavaScript-based interactivity or PGFPlotsX for generating a LaTeX-based publication-quality output. These are only two examples; in this book, we will discuss the different backends and learn how to choose the most appropriate for your task. Then, the book will also introduce you to Makie. This plotting library shines because of its native interactivity support and GPU-powered three-dimensional plots. Another interesting feature of those plotting packages is their extensibility. Plots and Makie offer recipe systems to allow us to create new plot types and specify how to display data types. The Julia package ecosystem intensively uses these recipes to define the different visualizations we will explore in the book’s second part, for example, to create classical statistical plots and visualize networks and geographically distributed data. Finally, in the book’s third part, we will present the aspects needed to customize your plots to make them look as you wish. In that section, we will explore another key feature of Plots and Makie: their powerful layout system. Those systems allow for programmatically creating plot panels and figures in an easy way.

By the end of this book, you will be able to visualize data and create interactive plots with Julia. You will know how to make classical plots and develop new plot types that best suit your use case.

lock icon The rest of the chapter is locked
Next Section arrow right
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at R$50/month. Cancel anytime