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_model_eval_ggbench_style.py:107–108 ·
view source on GitHub ↗
(x: float)
Source
from the content-addressed store, hash-verified
105
106
107
def
x_pos(x: float) -> float:
108
return
PLOT_L + (x - X_MIN) / (X_MAX - X_MIN) * (PLOT_R - PLOT_L)
109
110
111
def
y_pos(y: float) -> float:
Callers
1
draw_plot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected