User Portlet User Portlet

Tim Shedelbower
Discussions
I use it pretty much everyday to create documentation and marketing illustrations so I add functionality as needed. Tim
You have discovered an error which has already been fixed for a future version. GridLines->{Automatic, None} will remove the horizontal grid lines. Module[{dates, vals, data, j, f, i, o}, dates = Table[{2012, k, 1}, {k, 12}]; vals...
Thanks Shedelbower That made it! I didn't know about MaxRecursion (yet I searched the documentation a lot -- you never, never know enough with Mathematica options!). MaxRecursion->2 makes the background acceptable. Setting it to a slightly...