Skip to content

Label vertical position with decimal numbers #7

@eruffaldi

Description

@eruffaldi

I would like to place labels at fractions of the vertical slots.

Workaround: specify y scaled by 10 and modify the Label command as follows

\newcommand{\Label}[4][nocommand=1]{
  \setkeys{RT}{#1}%
  %\@compute@yy{#2}
  \@compute@xx{#3}
  \yy = -\sy \multiply \yy by #2 \divide \yy by 10
  ...

To obtain this

image

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