Skip to content

set-plot-defaults doesn't let you set the default style #3

@meithecatte

Description

@meithecatte

In my document, I am trying to set the following defaults for my plots:

#set-plot-defaults(
  width: 4,
  height: 4,
  style: (
    axis: (
      arrow: none,
    ),
    ticks: (
      label-offset: 0,
    ),
  )
)

However, while the width and height defaults get applied, style has no effect, and I have to pass it into each plot separately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions