List & Plot: do they parse options differently?
- To: mathgroup at smc.vnet.net
- Subject: [mg128178] List & Plot: do they parse options differently?
- From: James Stein <james at stein.org>
- Date: Fri, 21 Sep 2012 04:14:25 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
I may have temporary blindness, but I fail to see why the call to Plot fails here: Clear [ s ] ; s = ImageSize -> Small; ListPlot [ { 1, 2, 3 } , s ] Plot [ x, { x, 0, 3 } , s ]
- Follow-Ups:
- Re: List & Plot: do they parse options differently?
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: List & Plot: do they parse options differently?
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: List & Plot: do they parse options differently?