heat map chart
Generated on 11/24/2024
1 search
The concept of a heat map chart is discussed in the context of Swift Charts during the session titled "Swift Charts: Vectorized and function plots" at WWDC 2024. The session explains how vectorized plot APIs can efficiently handle large datasets and create extensive data visualizations, such as a heat map visualizing self-attention in a transformer language model. This is part of the broader discussion on how Swift Charts can be used to create various types of data visualizations, including function plots and vectorized plots.
For more details, you can refer to the session Swift Charts: Vectorized and function plots (06:49) where vectorized plots, including heat maps, are discussed.
What’s new in SwiftUI
Learn how you can use SwiftUI to build great apps for any Apple platform. Explore a fresh new look and feel for tabs and documents on iPadOS. Improve your window management with new windowing APIs, and gain more control over immersive spaces and volumes in your visionOS apps. We’ll also take you through other exciting refinements that help you make expressive charts, customize and layout text, and so much more.
Port advanced games to Apple platforms
Discover how simple it can be to reach players on Apple platforms worldwide. We’ll show you how to evaluate your Windows executable on Apple silicon, start your game port with code samples, convert your shader code to Metal, and bring your game to Mac, iPhone, and iPad. Explore enhanced Metal tools that understand HLSL shaders to validate, debug, and profile your ported shaders on Metal.
Swift Charts: Vectorized and function plots
The plot thickens! Learn how to render beautiful charts representing math functions and extensive datasets using function and vectorized plots in your app. Whether you’re looking to display functions common in aerodynamics, magnetism, and higher order field theory, or create large interactive heat maps, Swift Charts has you covered.