iconEuler Reference

Logarithmic Plots

Logarithmic plots.

These function should not be called diretly. Use plot2d to produce log plots.

function xlogplot (x=1, y=0, xbase=10, color=1, points=false, frame=1)

  Draws y(x) in a semilog paper with base xbase.
  
  See: 
plot2d (Plot Functions plot2d and plot3d),
plot2d (Maxima Documentation)
function ylogplot (x, y, ybase=10, color=1, points=false, frame=1)

  Draws y(x) in a semilog paper with base ybase.
  
  See: 
plot2d (Plot Functions plot2d and plot3d),
plot2d (Maxima Documentation)
function xylogplot (x, y, xbase=10, ybase=10, color=1, points=0, frame=1)

  Draws y(x) in a loglog paper with base xbase and ybase
  
  See: 
plot2d (Plot Functions plot2d and plot3d),
plot2d (Maxima Documentation)
function logspace (a,b,n=50,base=10)

  logspace(a,b,n) generates n log spaced points in [a,b]
  
  base specifies the based log used.
function xticks (aa=0,bb=0)

function xlogticks (expi,expf,base)

Documentation Homepage