Giter VIP home page Giter VIP logo

Comments (5)

yihui avatar yihui commented on August 30, 2024

我不知道啊。

另外,你给的这个 netlify 链接打不开。

from msg.

XiangyunHuang avatar XiangyunHuang commented on August 30, 2024

是刚才引入一个新的 R 包 GGally 去替代 ggplot2 的 ggpcp 函数,GGally 还没添加到镜像里(需要一点时间), 所以暂时 Travis 编译不了书籍,网址暂时挂了。

之前更新的网址见 https://bookdown.org/xiangyun/msg/

from msg.

XiangyunHuang avatar XiangyunHuang commented on August 30, 2024

旋转的特点表达了就行,先把这个关掉了

from msg.

XiangyunHuang avatar XiangyunHuang commented on August 30, 2024

使用图形设备保存图片,出来的效果和在 RStudio View 里看到的一样

svglite::svglite(file = "rotate.svg")
png(file="rotate.png")
library(grid)
pushViewport(viewport(h = 0.8, w = 0.8, angle = 15))
grid.multipanel(newpage = FALSE)
popViewport()
dev.off()

from msg.

XiangyunHuang avatar XiangyunHuang commented on August 30, 2024

首先应该打开一个绘图窗口,添加一行 grid.newpage() 即可

from msg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.