You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quick start documentation includes a deprecated kwarg in the Visualize section.
Specifically, the line
fig = Makie.Figure(resolution = (400, 600))
causes
┌ Warning: Found resolution in the theme when creating a Scene. The resolution keyword for Scenes and Figures has been deprecated. Use Figure(; size = ... or Scene(; size = ...) instead, which better reflects that this is a unitless size and not a pixel resolution. The key could also come from set_theme! calls or related theming functions.
The text was updated successfully, but these errors were encountered:
The quick start documentation includes a deprecated kwarg in the Visualize section.
Specifically, the line
fig = Makie.Figure(resolution = (400, 600))
causes
┌ Warning: Found
resolution
in the theme when creating aScene
. Theresolution
keyword forScene
s andFigure
s has been deprecated. UseFigure(; size = ...
orScene(; size = ...)
instead, which better reflects that this is a unitless size and not a pixel resolution. The key could also come fromset_theme!
calls or related theming functions.The text was updated successfully, but these errors were encountered: