Message Boards Message Boards

0
|
3000 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

How to plot cartesian graph?

Posted 9 years ago

I am new to Mathematica. How do I make a graph range 20 x 20? like (-20,20) (-20,-20) (20,20) (20,-20)

POSTED BY: Arthur Hernandez

I am new to Mathematica. How do I make a graph range 20 x 20? like (-20,20) (-20,-20) (20,20) (20,-20)

I do not understand the question. May be you can post an image. But just in case, you can look at GridLines as in

Plot[{}, {x, -20, 20}, PlotRange -> {{-20, 20}, {-20, 20}}, 
   GridLines -> {Range[-20, 20, 2], Range[-20, 20, 2]}, GridLinesStyle -> LightRed, Frame -> True]

enter image description here

POSTED BY: Nasser M. Abbasi
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