JuliaGraphics / Winston.jl

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

How to solve :WARNING: deprecated syntax "AbstractVecOrMat{T} ? #267

Closed jmarcellopereira closed 8 years ago

jmarcellopereira commented 8 years ago

Winston.plot(x -> sin(x)_x,0,2) Winston.grid() using Winston ​ Winston.plot(x -> sin(x)_x,0,2) Winston.grid()

WARNING: deprecated syntax "AbstractVecOrMat{T} (" at /home/jmarcellopereira/.julia/v0.4/Winston/src/Winston.jl:96. Use "AbstractVecOrMat{T}(" instead. WARNING: requiring "Dates" in module "Winston" did not define a corresponding module. WARNING: module Winston should explicitly import * from Base WARNING: both Winston and SymPy export "Curve"; uses of it in module Main must be qualified

JeffBezanson commented 8 years ago

Fixed on master.