KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

haskey for options #190

Closed BeastyBlacksmith closed 4 years ago

BeastyBlacksmith commented 4 years ago

would be nice, if every Object that has an overload for getindex(::String) has also haskey defined.

tpapp commented 4 years ago

That makes sense. PR's are welcome (just add it to @forward where applicable and write some tests).