Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.5K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

RegionPlot in Shannon capacity theorem?

POSTED BY: Edward Newsome
2 Replies
POSTED BY: Edward Newsome
Posted 4 years ago

Hi Edward,

Is there a reason for wanting to use RegionPlot? How about this?

p1 = ListLogPlot[t6,
  GridLines -> {xgrid, ygrid},
  Joined -> True,
  Frame -> True,
  PlotLegends -> {"Shannon_Limit"},
  PlotStyle -> {Blue},
  FrameLabel -> {"\!\(\*FractionBox[\(Eb\), \(N0\)]\)dB",  "Spectrum Efficiency -- bit/sec/Hz"},
  GridLinesStyle -> {Directive[Thick, Black]},
  FrameTicks -> {{Automatic, Automatic}, {xticks, Automatic}},
  FrameStyle -> Directive[Bold],
  LabelStyle -> Directive[Black, Bold, 12],
  Filling -> {1 -> Top, 1 -> Bottom},
  FillingStyle -> {Directive[Opacity[0.25], Red], Directive[Opacity[0.25], Green]}]

enter image description here

You may also want to check the documentation for HatchFilling.

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