You need "using Plots" just as you would in the REPL. Your fonts issue is likely either your system or Pango, so not necessarily Plots or Gadfly. Sorry I can't be of more help there, but if you post more info on your system and julia versions maybe someone else can help.
On Tuesday, February 2, 2016, digxx <[email protected]> wrote: > > > Am Dienstag, 2. Februar 2016 22:34:54 UTC+1 schrieb digxx: >> >> 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 :-/ >> >> >> >>>
