How to set the y-axis range in Mathematica plots

  • Context: Mathematica 
  • Thread starter Thread starter adnan jahan
  • Start date Start date
  • Tags Tags
    Axes Mathematica
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
adnan jahan
Messages
93
Reaction score
0
Dear Fellows
I am working on Mathematica and found my graph successfully but the problem only I am having is how to label my graph,

command of my plot is

Plot [Re, {x, 0, 1}, Frame -> True]
which shows the range of x-axis but I also want to define range of my y-axis ,,,

can anybody help me in this regard..

thanks
 
Physics news on Phys.org
Plot [Re, {x, 0, 1}, Frame -> True,PlotRange -> {{0, 1.2}, {1, -5}}]
thanks DaleSpam