Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
analyticalmonk committed Jun 26, 2016
1 parent 1cebd45 commit 0bdbdb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/plot_metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ plot_metrics <- function(test_path, metric, num_commits = 5, save_data = FALSE,
data = time_data, color = "blue") +
ggplot2::facet_grid(facets = test_name ~ ., scales = "free") +
ggplot2::theme(axis.text.x = ggplot2::element_text(angle = -90)) +
ggplot2::theme(axis.text.x = ggplot2::element_blank()) +
ggplot2::scale_x_discrete(limits = rev(levels(time_data$message))) +
# In the above 5 lines of code, the first line creates the basic qplot. The
# fourth and fifth lines display the x-axis labels at 90 degrees to the
Expand Down

0 comments on commit 0bdbdb0

Please sign in to comment.