I know there are options such as PointSize[Large] or PlotStyle -> Thick, but what if I want to even larger or thicker? Thank you.
I know there are options such as PointSize[Large] or PlotStyle -> Thick , but
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PointSize[number]— size relative to the imageAbsolutePointSize[number]— absolute size in pointsThickness[number]— thickness relative to the imageAbsoluteThickness[number]— absolute thickness in pointsBasically the size given by
PointSize[0.1]andThickness[0.1]scale as you resize the graphic.AbsolutePointSize[10]andAbsoluteThickness[10]are always the same size, regardless of the size of the graphic.