albertxavier001/gnuplot-cpp

plot failed after 1020 draw

Opened this issue · 1 comments

What steps will reproduce the problem?
1. Unix-like system, plot_xy. 
2. using a for loop to plot/reset_plot(), it return
*************************************************
terminate called after throwing an instance of 'GnuplotException'
  what():  Cannot create temporary file "/tmp/gnuplotiXXXjloUiy"
*************************************************
after 1020(I have tried, always 1020) draw.
3.

What is the expected output? What do you see instead?
The gnuplot should keep plot the figure, but it can't create temporary file 
then terminate.

What version of the product are you using? On what operating system?
OS: ArchLinux 3.8.5 i686
My gnuplot is v4.6 patchlevel 2


Please provide any additional information below.

Original issue reported on code.google.com by lc85...@gmail.com on 8 Apr 2013 at 4:02

This is related to Issue 7, which is already fixed. Does it still fail with the 
latest svn version?

Original comment by ettl.mar...@gmail.com on 23 Aug 2014 at 8:28