Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在创建新绘图窗口时指定位置。我知道dev.new()可以制作一个给定大小的新窗口。但是,是否还有一种方法可以指定新创建的窗口的位置?提前致谢。
dev.new()
正如@sgibb 指出的那样,这适用于 Windows 和X11环境。
X11
dev.new(xpos=1000,ypos=100)