MathGroup Archive 2011

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

Search the Archive

extra lines in framed plots?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120587] extra lines in framed plots?
  • From: W Craig Carter <ccarter at mit.edu>
  • Date: Sat, 30 Jul 2011 06:00:25 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hello,
Does anybody know how to remove the "guide lines" in framed plots.

When I do this:
ListPlot[{{0.1, 0.2}, {0.5, 0.5}, {0.8, 0.9}}, Frame -> True]

I get no extra vertical and horizontal lines.

But, this:
ListPlot[
{{0.4289099257180531`, 
   0.5537224743099745`}, {0.7079331672754348`, 
   0.0798617987377328`}, {0.7626789940630332`, 
   0.09782702610262328`}, {0.26298609181891597`, 
   0.23650806653149004`}, {0.9806031473561678`, 
   0.6881903807736833`}, {0.9182772394713157`, 
   0.7075757383962846`}, {0.6810394712373629`, 
   0.9042810359245328`}, {0.578527536404609`, 
   0.7751236633402536`}, {0.11853707159064841`, 
   0.5017138784723387`}, {0.05687399238151203`, 0.8564317614786938`}},
  Frame -> True]

produces two lines which I would like to remove.

Thanks, Craig


"8.0 for Mac OS X x86 (64-bit) (November 6, 2010)"

W Craig Carter
Professor of Materials Science, MIT







  • Prev by Date: Re: Why won't this sum evaluate?
  • Next by Date: Pie Chart - Labeled Input
  • Previous by thread: Re: Cumulative probability question
  • Next by thread: Re: extra lines in framed plots?