[julia-users] Gadfly and Jewel: label colors

2014-07-07 Thread Marcus Kriele
Is there any possibility to define a theme that specifies the color of labels of legends or any other text? For instance, in the example plot(dataset("car", "SLID"), x="Wages", color="Language", Geom.histogram ) I would like to change the color of the text "Language" to white. So far I have onl

[julia-users] Re: Julia IDE

2014-09-03 Thread Marcus Kriele
When speaking about a Julia IDE, Juno (a plugin for LightTable by Mike Innes) should be mentioned. It is already very usable and inherits the "killer features" from LightTable. ( https://github.com/one-more-minute/Juno-LT). In addition you have in-line plots (Gadfly), in-line documentation, a

Re: [julia-users] Re: [ANN] Julia + Light Table!

2014-05-15 Thread Marcus Kriele
To me it looks as if the shell unquotes your argument and then interprets your string as two strings, "/Users/feldt/Library/Application " and "Support/LightTable/plugins/Jewel/jl/init.jl". I would try to copy the folder "LightTable" and all its contents to a location without spaces in the path

[julia-users] How to provide flavours of a package?

2016-01-03 Thread Marcus Kriele
I am writing a package with example code for a book, and I anticipate code enhancements and code changes in future editions of this book. At the same time, I want to make sure that future readers of older editions can run the code with then current Julia versions. My current solution is as fol