Ashish Dutt
Ashish Dutt
have you tried this `graphics.off()` Alternatively you can check this [link](http://stackoverflow.com/questions/12766166/error-in-plot-new-figure-margins-too-large-in-r) for solution because I was not able to reproduce the error you have stated. The command, `Plot(iris,'Sepal.Length')` works for...
@MurliNair from the `help("fviz_pca_biplot")` the function signature is, ``` fviz_pca_biplot(X, axes = c(1, 2), geom = c("point", "text"), geom.ind = geom, geom.var = c("arrow", "text"), col.ind = "black", fill.ind =...
@lrlvnvgene can you provide a minimum complete and verifiable example to replicate the issue? See this [StackOverflow post](https://stackoverflow.com/help/mcve) on how to create one.
@Rae309 from the function signature, `help("fviz_pca_biplot")`, I do not think adding custom labels is possible. The most you can do is to include `geom = c("text")` that will add labels...
@KafeelBasha can you provide a minimum complete and verifiable example to replicate the issue? See this [StackOverflow post](https://stackoverflow.com/help/mcve) on how to create one
@Corataz use `dput` to post the data. See this [post](https://stackoverflow.com/questions/49994249/example-of-using-dput) on how to use dput. Also see this post on how to create a [minimum complete verifiable example](https://stackoverflow.com/help/mcve) for others...
@NLSVTN can you provide a minimum reproducible example to replicate the behavior? Note, the linked SO thread is `dead`.
@NLSVTN really no need to provide a minimum reprex? if this be the case, and other's can't replicate the behaviour then how do you prove it essentially is a `bug`?...
@thyagoleal AMAZING, in a pure literal sense, you've **hijacked the problem I had identified** in [64](https://github.com/kassambara/factoextra/issues/64)!! Ideally, the package owner or the package maintainers are supposed to invite the author...
@baniani see [here](https://gist.github.com/hadley/270442) for providing a reproducible example. Perhaps, you have not received an answer so far is because of not providing a reproducible example, that others could emulate, to...