factoextra icon indicating copy to clipboard operation
factoextra copied to clipboard

something changed. Japanese font on factextra again.

Open 419kfj opened this issue 7 years ago • 1 comments

This is next issues of "factoextra and japanese text #31". Problem was solved and #31 was closed. But today, I encountred something wrong on this issue.

Previously I could use Japanese font(like "sans") as followings. (This time, I use only R , not with RStudio. But the penomena is the same.)

library(FactoMineR) #version 1.38 library(factoextra) #version 1.0.5.999

CA

.tbl2.1 <- matrix(c(395, 2456,1758, 147, 153, 916, 694, 327, 1347),byrow=T,3,3) dimnames(.tbl2.1) <- list(地域=c("オスロ","中部地域","北部地域"),犯罪=c("強盗", "詐欺","破壊") ) res.CA <- CA(.tbl2.1,graph=FALSE) fviz_ca_biplot(res.CA,map="simbiplot",title="simbiplot",font.family = "sans")

MCA

poison_j <- read.csv(http://419kfj.sakura.ne.jp/db/wp-content/uploads/2017/05/poison.csv) poison.active <- poison_j[1:55,5:15] res.MCA <- MCA(poison.active,graph=FALSE) fviz_mca_biplot(res.MCA, font.family = "sans")

But now, in both case, Japanese Text (in a scatter plot field) does not appear. You can see correct plot by plot(res.CA) and plot(res.MCA) Would you please check it again ? If you need data(Japanese category names) and capture of outputs.

My environment: OS X 10.11.6 R 3.4.2 GUI 1.70 El Capitan build (7434) FactoMineR version 1.38 factoextra version 1.0.5.999 ggpubr version 0.1.5.999

kazuo

419kfj avatar Nov 08 '17 12:11 419kfj

kassambara,

I would like to check the previous version of ggpubr? I have checked ggpubr 0.1.2.999. Can I download and install this one ?

419kfj avatar Jan 20 '18 00:01 419kfj