MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Axes scales on ListPlot family

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125860] Axes scales on ListPlot family
  • From: JK <junkyung.auh at gmail.com>
  • Date: Thu, 5 Apr 2012 05:50:36 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hi all-

I want to basically plot a user defined function discretely.
Let's say f[x] is the function.
What I want to do is: 

ListPlot[f[i],{i,0,1,0.1}]

So I just want to plot the function with 10 arguments from 0 to 10 with incremental of 0.1. However, when we plot it, the x-axis is just the index which is 1 to 10 rather than 0 to 1. Is there anyway to fix this?

Thanks
JK



  • Prev by Date: Multivariate Regression
  • Next by Date: fyi, small note on using Mathematica for object based programming
  • Previous by thread: Multivariate Regression
  • Next by thread: Re: Axes scales on ListPlot family