Sorry it's me again: while writing:
f = "Sans"; default(tickfont = font(f,8), guidefont = font(f,11), legendfont = font(f,8)) it gives me the error: ERROR: LoadError: UndefVarError: font not defined in include at boot.jl:261 in include_from_node1 at loading.jl:304 in try_include at client.jl:187 in load_juliarc at client.jl:347 in process_options at client.jl:261 in _start at client.jl:411 while loading ..\home\Diger\.juliarc.jl, in expression starting on line 2 I tried to write "Sans" directly without f but apparently it doesnt know the font? It works in Julia directly :-/ >
