|
From: Philipp K. J. <ja...@ie...> - 2012-11-27 19:30:39
|
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.) |
|
From: Mikhail K. <mko...@gm...> - 2012-11-27 20:03:59
|
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.) |
|
From: Mikhail K. <mko...@gm...> - 2012-11-27 20:36:48
|
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
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.)
>
--
Mikhail Kononets
Ph.D. Student
Marine Chemistry
Department of Chemistry and Molecular Biology
University of Gothenburg
Kemivagen 10
SE-412 96
Gothenburg, Sweden
office num.: +46-31-786-9063
mobile num.: +46-70-216-0936
e-mail: m.k...@ch...
mko...@gm...
|
|
From: Philipp K. J. <ja...@ie...> - 2012-11-27 21:03:47
|
On Tuesday 27 November 2012 12:03:35 you wrote: > set object 1 circle at 0,0 size 1 fc lt 0 > > produces a black circle for me (gnuplot 4.4.3) For me, too. Which is not good. lt 0 should be a minimally dotted line. > > 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.) |
|
From: Philipp K. J. <ja...@ie...> - 2012-11-27 21:05:17
|
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.) |
|
From: Mikhail K. <mko...@gm...> - 2012-11-27 21:47:01
|
"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.) |
|
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.) |