[sage-devel] Re: pointsize and thickness in list_plot

2009-07-23 Thread Robert Bradshaw
On Jul 22, 2009, at 2:47 PM, William Stein wrote: > > On Wed, Jul 22, 2009 at 11:49 AM, Robert > Bradshaw wrote: >> >> On Jul 22, 2009, at 11:24 AM, William Stein wrote: >> >>> On Wed, Jul 22, 2009 at 11:19 AM, Ethan Van >>> Andel wrote: In list_plot there's some confusion with the poin

[sage-devel] Re: pointsize and thickness in list_plot

2009-07-22 Thread Jason Grout
William Stein wrote: > On Wed, Jul 22, 2009 at 11:49 AM, Robert > Bradshaw wrote: >> On Jul 22, 2009, at 11:24 AM, William Stein wrote: >> >>> On Wed, Jul 22, 2009 at 11:19 AM, Ethan Van >>> Andel wrote: In list_plot there's some confusion with the pointsize and thickness keyword argumen

[sage-devel] Re: pointsize and thickness in list_plot

2009-07-22 Thread William Stein
On Wed, Jul 22, 2009 at 11:49 AM, Robert Bradshaw wrote: > > On Jul 22, 2009, at 11:24 AM, William Stein wrote: > >> On Wed, Jul 22, 2009 at 11:19 AM, Ethan Van >> Andel wrote: >>> >>> In list_plot there's some confusion with the pointsize and thickness >>> keyword arguments. >>> >>> These 2 comma

[sage-devel] Re: pointsize and thickness in list_plot

2009-07-22 Thread Robert Bradshaw
On Jul 22, 2009, at 11:24 AM, William Stein wrote: > On Wed, Jul 22, 2009 at 11:19 AM, Ethan Van > Andel wrote: >> >> In list_plot there's some confusion with the pointsize and thickness >> keyword arguments. >> >> These 2 commands run just fine. >> list_plot([(0,0),(1,1)],thickness = 20,plotjo

[sage-devel] Re: pointsize and thickness in list_plot

2009-07-22 Thread William Stein
On Wed, Jul 22, 2009 at 11:19 AM, Ethan Van Andel wrote: > > In list_plot there's some confusion with the pointsize and thickness > keyword arguments. > > These 2 commands run just fine. > list_plot([(0,0),(1,1)],thickness = 20,plotjoined = true) > list_plot([(0,0),(1,1)],pointsize = 20,plotjoined