如何在mathematica中任意指定线条的粗细或点的大小

发布于 2024-10-20 00:18:02 字数 103 浏览 1 评论 0原文

我知道有诸如 PointSize[Large]PlotStyle ->; 之类的选项。厚,但是如果我想要更大或更厚怎么办?谢谢。

I know there are options such as PointSize[Large] or PlotStyle -> Thick, but what if I want to even larger or thicker? Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

灰色世界里的红玫瑰 2024-10-27 00:18:02

PointSize[number] -- 相对于图像的大小

AbsolutePointSize[number] -- 以点为单位的绝对大小

Thickness[number] -- 相对厚度到图像

AbsoluteThickness[number] -- 以磅为单位的绝对厚度

基本上由 PointSize[0.1]Thickness[0.1] 给出的尺寸缩放为您调整图形的大小。无论图形大小如何,AbsolutePointSize[10]AbsoluteThickness[10] 始终具有相同的大小。

PointSize[number] -- size relative to the image

AbsolutePointSize[number] -- absolute size in points

Thickness[number] -- thickness relative to the image

AbsoluteThickness[number] -- absolute thickness in points

Basically the size given by PointSize[0.1] and Thickness[0.1] scale as you resize the graphic. AbsolutePointSize[10] and AbsoluteThickness[10] are always the same size, regardless of the size of the graphic.

不知在何时 2024-10-27 00:18:02

(抱歉,这里的新用户 - 以这种方式提出密切相关的“后续”问题是否合适?如果不,请告知,我将删除...)

编辑:移至 一个独立的问题

编辑:@Qiang回复: 获取原点信息,获取绘图范围信息等。你会从AbsoluteOptions[]中找到很多你想要的东西

(sorry, new user here - is it appropriate to ask a closely related "follow up" question in this manner? If not please advise and I will delete...)

EDIT: moved to a standalone question

EDIT: @Qiang re: obtain the origin information, obtain the plot range information etc. you'll find a lot of what you want from AbsoluteOptions[]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文