Stefanos Carlström
Stefanos Carlström
Digging a bit, it fails because we cannot compute the absolute value of `typemin(i::Integer)`, since in two-complement binary representation, the absolute value of the minimum number is one larger than...
I would like to have a bit more flexibility in choosing the colours, maybe through more keyword arguments, or allowing the user to change the colour cycle by passing in...
I added theming for some more elements, here is a simple test code that showcases some of it: ```julia fig = Figure(size=(1280, 679)) Label(fig[0,:], "My fancy super-duper title", fontsize=25) ax...
Aha. I see #674 was basically asking for the same thing. For me, it is almost vital functionality, to avoid unit conversion errors for the user. However, I do see...