Plotting functions and lines on the same figure?
- To: mathgroup at smc.vnet.net
- Subject: [mg113826] Plotting functions and lines on the same figure?
- From: Marco Masi <marco.masi at ymail.com>
- Date: Sun, 14 Nov 2010 06:10:54 -0500 (EST)
I would like to plot straight lines into a graph of a function, i.e. after Plot[f[x], {x, -l, +l}] I need to insert into the graph three straight lines. Could not bring to work graphics primitive Line since I could make it plot only on a separate graph. How can one Plot and Line on the same figure? Mark.