ListPlot question
- To: mathgroup at smc.vnet.net
- Subject: [mg125856] ListPlot question
- From: JK <junkyung.auh at gmail.com>
- Date: Thu, 5 Apr 2012 05:49:12 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
I have a user defined function f[x]. I want to plot it discretely
using ListPlot.
Specifically, I want to do:
ListPlot[f[x],{x,0,0.5,0.1}]
So I want plot 5 point from the function with 5 sequence of arguments.
However, the figure has an axis value of 0 to 5 instead of 0 to 0.5.
Is there anyway to fix this?
Thanks
JK