JuliaGraphics / Winston.jl

2D plotting for Julia
MIT License
171 stars 55 forks source link

Added the support for xrange to the timeplot #253

Open pwl opened 8 years ago

pwl commented 8 years ago

Just a small fix, the timeplot was ignoring xrange (it was overwritten inside the function).

cmey commented 3 years ago

Hi @pwl, this is a good change that I'd like to use! However, vectorized call syntax has changed. Can you please update it so we can merge? (see my example https://github.com/JuliaGraphics/Winston.jl/pull/307/files#diff-f272a4f29c1eec1436fa85b81604ffe52d4c9985555e8b3259cee62ddab28be1R661)