Skip to content

Commit

Permalink
fix typo at tex generation
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontoto committed Sep 25, 2016
1 parent a07996e commit b3f8d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/k2_trees/visualize/k2.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ for(tc in unique(maindata$TC_ID)){
#adj-plot
plot_time_figure(t(a),"\\tt{adj}", xlab=F)
#neighbors-plot
plot_time_figure(t(neighbors),"\\tt{neighborsa}", xlab=F, xmax=xmax)
plot_time_figure(t(neighbors),"\\tt{neighbors}", xlab=F, xmax=xmax)
#reverse_neighbors-plot
plot_time_figure(t(reverse_neighbors),"\\tt{reverse_neighborsa}",constructor=T, xlab=F, xmax=xmax)
plot_time_figure(t(reverse_neighbors),"\\tt{reverse_neighbors}",constructor=T, xlab=F, xmax=xmax)
}
else {
#adj-plot
Expand Down

0 comments on commit b3f8d60

Please sign in to comment.