Message Boards Message Boards

0
|
950 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to Plot several functions on the same axis?

Posted 1 year ago

enter image description here

POSTED BY: Abeer Ahamed
2 Replies

Welcome to Wolfram Community! Please make sure you know the rules: https://wolfr.am/READ-1ST

The rules explain how to format your code properly. Posting code Images doesn't help other members to copy your code. Please EDIT your post and make sure code blocks start on a new paragraph and look framed and colored like this.

int = Integrate[1/(x^3 - 1), x];
Map[Framed, int, Infinity]

You can also embed notebook or attach notebook.

enter image description here

POSTED BY: Moderation Team
Posted 1 year ago

I'm not quite sure what you're going for. Your Show command basically worked. You didn't provide a PlotRange option, and each of your individual plots has a different PlotRange option, so it's a bit difficult to understand what you were hoping for. Maybe what you want is this:

Plot[{Sin[x], Cos[x], Tan[x]}, {x, -2 Pi, 2 Pi}]

(set the options as you wish).

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

Group Abstract Group Abstract