KristofferC / PGFPlotsX.jl

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

Add support for Measurements.jl #129

Closed eljungsk closed 6 years ago

eljungsk commented 6 years ago

Adds support for AbstractVectors of Measurement by adding specializations of some Coordinates convenience constructors.

codecov-io commented 6 years ago

Codecov Report

Merging #129 into master will decrease coverage by 0.14%. The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #129      +/-   ##
==========================================
- Coverage   54.66%   54.51%   -0.15%     
==========================================
  Files           9        9              
  Lines         547      554       +7     
==========================================
+ Hits          299      302       +3     
- Misses        248      252       +4
Impacted Files Coverage Δ
src/requires.jl 37.93% <42.85%> (+0.67%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 761d80b...bfdc7cc. Read the comment docs.

tpapp commented 6 years ago

Looks good to me. Thanks! I will wait for @KristofferC before merging.