I have this: using Plots plotly() default(legend=false, size=(1000,1000))
On Wednesday, December 23, 2015, Ismael Venegas Castelló < ismael.vc1...@gmail.com> wrote: > I have found this ones at Gist: > > * > https://gist.github.com/search?l=julia&q=.juliarc.jl&ref=searchresults&utf8=%E2%9C%93 > > This one is aslo in my .juilarc.jl nowadays ...a total life saver! XD > > "https://xkcd.com/303" > nethack() = run(`telnet nethack.alt.org`) > > > > El miércoles, 23 de diciembre de 2015, 14:38:44 (UTC-6), SundaraRaman R > escribió: >> >> I'm a newbie to Julia and just today learnt that there's a .juliarc.jl >> initialization file. So I'm curious what sorts of things people use it for. >> >> Some DDG-ing and Googling only returned this gist: >> https://gist.github.com/Ismael-VC/6db0c310eaf04d0b0a1b in which at least >> the `separator()` function can be useful, and this tweet: >> https://twitter.com/Felipe_J_H/status/672465597075234816 that extends >> `display()`. >> (There's also a suggestion to use the rc file to modify DL_LOAD_PATH in >> the docs for Julia release 0.1 ( >> http://docs.julialang.org/en/release-0.1/manual/packages/) but not in >> the newer docs ( >> http://docs.julialang.org/en/release-0.4/manual/packages/).) >> >> What does your .juliarc.jl contain? >> >>