Group Abstract Group Abstract

Message Boards Message Boards

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

Set x axis at y=0 on the following plot?

Posted 7 years ago
POSTED BY: Ehud Behar
2 Replies
Posted 7 years ago

I can't evaluate your code on my machine (don't have the necessary data), but are you looking for AxesOrigin?

Labeled[Show[
  Plot[in, {r, 0, a}, 
   Ticks -> {{{a, "a"}, {3 a, "3a"}, {5 a, "5a"}, {7 a, "7a"}, {9 a, 
       "9a"}, {12 a, "12a"}}, {0, 2.2*^-11}}, PlotRange -> All], 
  Plot[out, {r, a, 12 a}], PlotRange -> All, AxesStyle -> Black, 
  AxesLabel -> {r, "Intensity"}, LabelStyle -> Directive[Bold, Medium],
  AxesOrigin -> {0, 0}
  ], Style["HE11", Bold, Large]]
POSTED BY: Kyle Martin
Posted 7 years ago

Yep, that's the one.

Thanks very much.

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