Interactive Visualization and Plotting with Julia: Create impressive data visualizations through Julia packages such as Plots, Makie, Gadfly, and more
Zea, Diego Javier
- 出版商: Packt Publishing
- 出版日期: 2022-08-29
- 售價: $1,930
- 貴賓價: 9.5 折 $1,834
- 語言: 英文
- 頁數: 392
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1801810516
- ISBN-13: 9781801810517
-
相關分類:
程式語言、Data-visualization
海外代購書籍(需單獨結帳)
相關主題
商品描述
Represent and analyze data using Plots to find actionable insights using Julia programming
Key Features
- Learn to use static and interactive plots to explore data with Julia
- Become well versed with the various plotting attributes needed to customize your plots
- Create insightful and appealing plots using data interactions, animations, layouts, and themes
Book Description
The Julia programming language offers a fresh perspective into the data visualization field.
Interactive Visualization and Plotting with Julia begins by introducing the Julia language and the Plots package. The book then gives a quick overview of the Julia plotting ecosystem to help you choose the best library for your task. In particular, you will discover the many ways to create interactive visualizations with its packages. You'll also leverage Pluto notebooks to gain interactivity and use them intensively through this book. You'll find out how to create animations, a handy skill for communication and teaching. Then, the book shows how to solve data analysis problems using DataFrames and various plotting packages based on the grammar of graphics. Furthermore, you'll discover how to create the most common statistical plots for data exploration. Also, you'll learn to visualize geographically distributed data, graphs and networks, and biological data. Lastly, this book will go deeper into plot customizations with Plots, Makie, and Gadfly—focusing on the former—teaching you to create plot themes, arrange multiple plots into a single figure, and build new plot types.
By the end of this Julia book, you'll be able to create interactive and publication-quality static plots for data analysis and exploration tasks using Julia.
What you will learn
- Create interactive plots with Makie, Plots, Jupyter, and Pluto
- Create standard statistical plots and visualize clustering results
- Plot geographically distributed and biological data
- Visualize graphs and networks using GraphRecipes and GraphPlots
- Find out how to draw and animate objects with Javis, Plots, and Makie
- Define plot themes to reuse plot visual aspect customizations
- Arrange plots using Plots, Makie, and Gadfly layout systems
- Define new plot types and determine how Plots and Makie show objects
Who this book is for
Data analysts looking to explore Julia's data visualization capabilities will find this book helpful, along with scientists and academics who want to generate and communicate knowledge and improve their teaching material. This data visualization book will also interest Julia programmers willing to delve into the language plotting ecosystem and improve their visualization skills. Basic programming knowledge is assumed — but the book will introduce you to Julia's important features. Familiarity with mathematical and statistical concepts will help you make the most of some of the chapters.
作者簡介
Diego Javier Zea is a contributor to the Julia Plots ecosystem and developer of MIToS, a Julia package for studying protein sequence and structure in the Julia language. He holds a Ph.D. in bioinformatics and has worked as a postdoctoral researcher at the Leloir Institute Foundation in Buenos Aires and Sorbonne Université and Muséum National d'Histoire Naturelle in Paris. He is now an Assistant Professor at Université Paris-Saclay, studying protein structure, interactions, and evolution.
目錄大綱
1. An Introduction to Julia for Data Visualization and Analysis
2. The Julia Plotting Ecosyste
3. Getting Interactive Plots with Julia
4. Creating Animations
5. Introducing the Grammar of Graphics
6. Creating Statistical Plots
7. Visualizing Graphs
8. Visualizing Geographically Distributed Data
9. Plotting Biological Data
10. The Anatomy of a Plot
11. Defining Plot Layouts to Create Figure Panels
12. Customizing Plot Attributes – Axes, Legends, and Colors
13. Designing Plot Themes
14. Designing Your Own Plots – Plot Recipes