From: Petr M. <mi...@ph...> - 2004-07-16 17:02:24
|
> > I was not clear enough. This *is* the C language > > sprintf routine [*]. The gnuplot code just collects the > > variables and the format and passes them along to > > the C library. The documentation will refer users to > > "man sprintf" or to any C language manual. > > > > > set xlabel string(" %d %d %d", 1,2,3) I will prefer sprintf(). That's compatible to all our famous programming languages and does not require user to search / think "what kind of command has gnuplot for sprintf?". --- Petr Mikulik |