Nicolas Lepage-Saucier
Nicolas Lepage-Saucier
This is the current Crayon struct: Crayon(foreground, background, reset, bold, faint, italics, underline, blink, negative, conceal, strikethrough) In the doc, it still takes arguments like color = :yellow which don't...
Would it be possible to see more than 10 or 20 languages on the page? Or is it that it relies on too many rankings with at most 20 languages?
(CairoMakie v0.15.4, Julia v1.11.6) ```Julia using CairoMakie # Few ticks, long strings: no problem f = Figure() n = 5 ax = Axis(f[1, 1], xticks = (1:n,["Tick" for i in...