Re: Clever Tricky Solutions
- To: mathgroup at smc.vnet.net
- Subject: [mg94331] Re: Clever Tricky Solutions
- From: Helen Read <hpr at together.net>
- Date: Wed, 10 Dec 2008 04:50:25 -0500 (EST)
- References: <27271771.1228394784179.JavaMail.root@m02> <ghavpg$o9j$1@smc.vnet.net> <ghg9c3$hos$1@smc.vnet.net> <200812081124.GAA15942@smc.vnet.net> <ghlmnt$krc$1@smc.vnet.net>
- Reply-to: HPR <read at math.uvm.edu>
Murray Eisenberg wrote: > Perhaps it's time for us to begin thinking about avoiding Show whenever > possible! Users of older Mathematica versions became so familiar with > Show when it was used, among other things, to display a plot built up in > parts, with each of the parts having the graphical output suppressed. I actually do try to avoid it when I reasonably can, not only because of the PlotRange annoyance in Show, but also because plotting several things at once gives you the automatic PlotStyle colors for different curves. But sometimes Show is the most convenient thing to do. For instance, I have already plotted something by itself because I want to see it alone, and now I want to show it with something else. Or, I need to combine a Plot with a ParametricPlot, or with a Graphics object. > (But none of the above is meant to "excuse" what might possibly be a > bade design decision about default PlotRange.) > -- Helen Read University of Vermont
- References:
- Re: Clever Tricky Solutions
- From: Helen Read <hpr@together.net>
- Re: Clever Tricky Solutions