User Activity

  • Modified a comment on discussion Help on gnuplot

    Hello, I've a question about Gnuplot 4.6 patchlevel 6 and how to trace a trendline. First of all, I'm bound to use this verison of Gnuplot. I've this data : 2019-10-08-13-37;28.7297 2019-10-08-18-00;28.6886 2019-10-09-00-00;28.5557 2019-10-09-06-00;28.5316 2019-10-09-12-00;28.4314 2019-10-09-18-00;28.3764 2019-10-10-00-00;28.3501 2019-10-10-06-00;28.3931 2019-10-10-12-00;28.3554 2019-10-10-18-00;28.352 2019-10-11-00-00;28.4302 2019-10-11-06-00;28.5046 2019-10-11-12-00;28.5069 2019-10-11-18-00;28.5622...

  • Posted a comment on discussion Help on gnuplot

    Hello, I've a question about Gnuplot and how to trace a trendline. I've this data : 2019-10-08-13-37;28.7297 2019-10-08-18-00;28.6886 2019-10-09-00-00;28.5557 2019-10-09-06-00;28.5316 2019-10-09-12-00;28.4314 2019-10-09-18-00;28.3764 2019-10-10-00-00;28.3501 2019-10-10-06-00;28.3931 2019-10-10-12-00;28.3554 2019-10-10-18-00;28.352 2019-10-11-00-00;28.4302 2019-10-11-06-00;28.5046 2019-10-11-12-00;28.5069 2019-10-11-18-00;28.5622 2019-10-12-00-00;28.5789 2019-10-12-06-00;28.7112 2019-10-12-12-00;28.7805...

  • Posted a comment on discussion Help on gnuplot

    Hello, I am able to trace this graph : With this code : f(w) = (strlen(w) > 10 ? word(w, 1) . "\n" . word(w, 2) : w) set title "CLUSTER_ALE_01" set terminal png truecolor size 960, 720 background rgb "#eff1f0" set output "/var/www/html/CLUSTER_ALE_01 .png" set bmargin at screen 0.14 set key below set grid set style data histogram delta = 0.33 set style fill solid 1.00 border -1 set boxwidth 0.7 relative set autoscale set format y "%g%%" set datafile separator "," plot 'test1.txt' using 2:xtic(f(stringcolumn(1)))...

  • Posted a comment on discussion Help on gnuplot

    Thanks you ! It works well ! :)

  • Posted a comment on discussion Help on gnuplot

    Hello, I have developped a CGI in bash/html that allow me to generate a graph of my clusters. Here is an exemple : This is a graph that works well. The problem is that for some graphs, the percentages overlap or shift far too far from where it should be. Here is my GNUPLOT code f(w) = (strlen(w) > 10 ? word(w, 1) . "\n" . word(w, 2) : w) set title "TITLE" set terminal png truecolor size 960, 720 background rgb "#eff1f0" set output "/var/www/html/CLUSTER_NAME.png" set bmargin at screen 0.1 set key...

  • Posted a comment on discussion Open Discussion on gnuplot

    Hello, I have developped a CGI in bash/html that allow me to generate a graph of my clusters. Here is an exemple : This is a graph that works well. The problem is that for some graphs, the percentages overlap or shift far too far from where it should be. Here is my GNUPLOT code f(w) = (strlen(w) > 10 ? word(w, 1) . "\n" . word(w, 2) : w) set title "TITLE" set terminal png truecolor size 960, 720 background rgb "#eff1f0" set output "/var/www/html/CLUSTER_NAME.png" set bmargin at screen 0.1 set key...

View All

Personal Data

Username:
ezzmazz
Joined:
2019-05-13 11:53:43

Projects

  • No projects to display.

Personal Tools