tf = tick_formatter_multiples_of(quantity=E, label="e", n=1)
graphics(
    line(sin(pi*x/E) * ln(x), (x, 0, 5*E)),
    x_ticks_formatter=tf
)
