[Tikzdevice-bugs] new metapost: few problems
    Matthieu Stigler 
    matthieu.stigler at gmail.com
       
    Wed Apr 20 15:16:18 CEST 2011
    
    
  
Hi
trying metapost() on various plots, saw problem when some character 
contain %. Interestingly, when character is in ylab, gets totally crazy!!
See:
## fine
metapost("okay.tex")
plot(runif(100), main="65")
dev.off()
## problem!
metapost("firstPrb.tex")
plot(runif(100), main="65%")
dev.off()
## otehr problem:
metapost("Crazy.tex")
plot(runif(100), main="65", ylab="65%")
dev.off()
Thanks!!
Mat
    
    
More information about the Tikzdevice-bugs
mailing list