Skip to content

Commit

Permalink
further work
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrswift committed Aug 1, 2024
1 parent a7f41a4 commit 8e9f87f
Show file tree
Hide file tree
Showing 11 changed files with 963 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/plot/add.typ
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#import "elements/anchor.typ"
#import "elements/anchor.typ": anchor
#import "elements/xy.typ": xy
2 changes: 1 addition & 1 deletion src/plot/elements/anchor.typ
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/// - axes (tuple): Name of the axes to use `("x", "y")` as coordinate
/// system for `position`. Note that both axes must be used,
/// as `add-anchors` does not create them on demand.
#let add-anchor(name, position, axes: ("x", "y")) = {
#let anchor(name, position, axes: ("x", "y")) = {
((
type: "anchor",
name: name,
Expand Down
Loading

0 comments on commit 8e9f87f

Please sign in to comment.