-
-
Notifications
You must be signed in to change notification settings - Fork 361
Open
Labels
enhancementFeature requests and enhancementsFeature requests and enhancements
Description
The recipe system allows the selection of axis based on types:
Makie.args_preferred_axis(obj::Object1) = Makie.Axis
Makie.args_preferred_axis(obj::Object2) = Makie.Axis3Unfortunately, many default options in Axis and Axis3 do not meet expectations of users. It would be great if a new function Makie.args_preferred_axis_defaults was introduced to set the defaults within recipes. For example:
Makie.args_preferred_axis_defaults(obj::Object2) = (aspect=:data, viewmode=:free, perspectiveness=0.5)kylebeggs
Metadata
Metadata
Assignees
Labels
enhancementFeature requests and enhancementsFeature requests and enhancements