|
From: Ethan M. <eam...@gm...> - 2017-12-07 10:41:51
|
See "set dashtype". You can definitely a new dash pattern in terms of numerical length and then choose it for a particular line. set dashtype 5 (10, 2, 10, 2) set dashtype 6 (20,4,20,4) plot foo dt 5, baz dt 6 On Dec 7, 2017 09:08, "Nunzio Losacco" <nun...@gm...> wrote: > Hi, > > thanks for your reply and sorry I wasn't clear enough. I wish to know if > there is any way to scale dash lengths other than dl as a terminal option. > I would like to use, say, the same dash type but different dash length for > some functions (or arrows or whatever) in the same plot. > Is that more clear? > > Best, > > N > > Il 6 dic 2017 21:49, "theozh" <th...@gm...> ha scritto: > > I'm not sure whether I understand your question correctly. > A single line with different dash lengths along this line? > > Probably, you're not looking for something like: > plot x*x dashtype ". - _ " > > So, what should the dash length depend on? > The x- or y-value or some tabulated values? > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/ > lists/listinfo/gnuplot-info > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/ > lists/listinfo/gnuplot-info > |