Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Start Docs use Deprecated kwarg #77

Closed
imreddyTeja opened this issue Sep 9, 2024 · 0 comments · Fixed by #80
Closed

Quick Start Docs use Deprecated kwarg #77

imreddyTeja opened this issue Sep 9, 2024 · 0 comments · Fixed by #80
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@imreddyTeja
Copy link
Contributor

imreddyTeja commented Sep 9, 2024

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.

@imreddyTeja imreddyTeja added the documentation Improvements or additions to documentation label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant