I'm not sure about putting a gadfly legend inside the figure. It's likely possible but I haven't seen how to do it.
As for plotting generally, you should check out my package: https://github.com/tbreloff/Plots.jl. There are examples which show how to choose line styles, etc. On Tue, Oct 27, 2015 at 11:29 AM, Vishnu Raj <[email protected]> wrote: > Hello, > > I have a couple of doubts about using Gadfly for plotting > 1. How to set a line style ( like "--"/"-.-" etc)? > 2. How to put a legend in a figure, inside the figure? ( I came across a > solution which first converts data to plot to DataFrames, but this puts > legend outside the figure, effectively reducing my actual plot area ) > > - vish >
