Message Boards Message Boards

0
|
9271 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Draw a blank cartesian plane with grids?

Posted 8 years ago

Hi, What is the best way to draw a blank Cartesian plane with grids and x and y values are from -10 to 10? Thanks

POSTED BY: Ben Zhang
3 Replies
Posted 8 years ago

Hi Ben and Gianluca - I put in a couple of options that will draw an empty graph with bold axes and a visible 20 x 20 grid.

Graphics[GridLines -> {Range[-10, 10], Range[-10, 10]}, 
Axes -> True, AxesStyle -> Thick, PlotRange -> 10]

empty graph with axes

Dan Bach

www.dansmath.com

POSTED BY: Dan Bach

Perhaps not the best, but it is a start:

Graphics[GridLines -> Automatic, Frame -> True, PlotRange -> 10]
POSTED BY: Gianluca Gorni
Posted 8 years ago

Thanks.

POSTED BY: Ben Zhang
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