Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.9K Views
|
4 Replies
|
5 Total Likes
View groups...
Share
Share this post:

Set thickness of lines in PlotStyle?

POSTED BY: M.A. Ghorbani
4 Replies

One other thought, when you set the Styles, (PlotStyle, fillstyle, etc) if you give a list, each item of the list applies a separate curve. In your original post, you had PlotStyle->{A,B}. This means that A applies to the first curve (although you had only one) and B applies to the second and subsequent curves. Directive will group various styles and apply them to one curve.

Regards,

Neil

POSTED BY: Neil Singer

You need FillingStyle for the filling, not PlotStyle.

i.e.

ListPlot[m, LabelStyle -> {14, GrayLevel[0], Bold}, PlotStyle -> Blue,
  ImageSize -> 500, Filling -> Axis, 
 FillingStyle -> Directive[Red, Thickness[.01]], PlotRange -> All]

Regards,

Neil

POSTED BY: Neil Singer

Dear Neil,

Your help is always greatly appreciated.

Is possible to increase blue points size?

POSTED BY: M.A. Ghorbani

I found the solution.Thanks :)

POSTED BY: M.A. Ghorbani
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard