Plotting points only at integer coordinates

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Maple
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Dustinsfl
Messages
2,217
Reaction score
5
I am trying to plot a graph with the domain and range as integers. So instead of a continuous function, I will have points only plotted on the integers.

Does anyone know how to do this?
 
Physics news on Phys.org
Graphs
The plot command may be used to plot simple graphs,
plot( x^3, x=-3..3); ......

Read http://www.rose-hulman.edu/~rickert/Classes/ma111/maple1.html"
 
Last edited by a moderator:
Those will yield all continuous graphs. The domain and range of the function I am using are integers not real numbers so I need a calling method that will only plot at the integers.