VerkehrsbetriebeZuerich / catmaply

'catmaply' package for 'R'
Other
16 stars 2 forks source link

Fix x-axis behavior #30

Closed yvesmauron closed 4 years ago

yvesmauron commented 4 years ago

See issue 27 for more descriptions about the issue.

Changed the way the ticks on the x axis are formatted; essentially using the ordering during plot creation and formatting the ticktext values in the layout.

codecov-commenter commented 4 years ago

Codecov Report

Merging #30 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          474       486   +12     
=========================================
+ Hits           474       486   +12     
Impacted Files Coverage Δ
R/layout.R 100.00% <100.00%> (ø)
R/plot.R 100.00% <100.00%> (ø)
R/trace.R 100.00% <100.00%> (ø)

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 664f8ab...7e1c668. Read the comment docs.