Skip to content

Commit

Permalink
Solid line
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbecher committed May 31, 2021
1 parent 4951344 commit 056d9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tetmer.R
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ tet.server <- function(input, output) {
plot(counts[,1],counts[,2], xlim=c(0,input$txmax), ylim=c(0, input$tymax*1000),
xlab="K-mer multiplicity (coverage)", ylab="K-mer count", main = specPath, type = 'n')
}
legend("topleft", col=c(1,2), lwd=2, lty=c(0,2), pch=c(1,NA), legend=c("Data","Fit"))
legend("topleft", col=c(1,2), lwd=2, lty=c(0,1), pch=c(1,NA), legend=c("Data","Fit"))



Expand Down Expand Up @@ -269,7 +269,7 @@ tet.server <- function(input, output) {

# show limits
abline(v=input$axrange)
legend("topleft", col=c(1,2), lwd=2, lty=c(0,2), pch=c(1, NA), legend=c("Data","Fit"))
legend("topleft", col=c(1,2), lwd=2, lty=c(0,1), pch=c(1, NA), legend=c("Data","Fit"))

if(input$mod=="tal"){

Expand Down

0 comments on commit 056d9fb

Please sign in to comment.