我目前正在从事一个项目,我想问一下如何从Netlogo导出图像? 我的想法是在界面中有一个“按钮”,用于从Netlogo“世界”框中导出图像(JPG,PNG或PDF)。可能吗?我可以使用位图扩展吗?或导出视图?
答案 0 :(得分:1)
import Button from "react-bootstrap/Button";
import { Link } from "react-router-dom";
<Button
as={Link}
to={{ pathname: "/MyStoreCheckout", items: cart && cart.items }}
variant="primary"
>
Pay
</Button>
<a
href="/MyStoreCheckout"
>
Pay
</a>
原语正是这样做的。参见https://ccl.northwestern.edu/netlogo/docs/dictionary.html#export-cmds