Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ x_pos
Function
x_pos
experiments/human_eval/draw_interest_drift_paperflow_style.py:93–94 ·
view source on GitHub ↗
(score: float)
Source
from the content-addressed store, hash-verified
91
92
93
def
x_pos(score: float) -> float:
94
return
TRACK_L + score * (TRACK_R - TRACK_L)
95
96
97
def
best(values: dict[str, float], direction: str) -> str:
Callers
2
draw_png
Function · 0.70
write_svg
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected