|
From: Philipp K. J. <ja...@ie...> - 2012-11-28 04:01:59
|
Thanks. On Tuesday 27 November 2012 13:46:47 Mikhail Kononets wrote: > "help fillstyle" gives some info. > > On 27/11/2012 22:05, Philipp K. Janert wrote: > > On Tuesday 27 November 2012 12:36:31 Mikhail Kononets wrote: > >> more elaborate object specification: > >> > >> set object 1 circle at 0,0 size 0.4 fc rgb "red" fs transparent solid > >> 0.3 border lc rgb "blue" lw 3.0 > > > > Are all these options documented somewhere? > > Neither help object, nor help circle seem to > > produce information on "border", for instance. > > > >> On 27/11/2012 21:03, Mikhail Kononets wrote: > >>> set object 1 circle at 0,0 size 1 fc lt 0 > >>> > >>> produces a black circle for me (gnuplot 4.4.3) > >>> > >>> On 27/11/2012 20:03, Philipp K. Janert wrote: > >>>> Is there a way to set the linetype or style for an object? > >>>> > >>>> Something like this: > >>>> set object 1 circle at 0,0 size 1 lt 0 > >>>> does not seem to work: > >>>> Unrecognized or duplicate option > >>>> > >>>> (At least in gnuplot 4.4.) |