Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutLiity Ubuntu Suomen seuraan muualla: Discourse, Facebook, Mastodon, Matrix, Telegram, X
set encoding utf8
set encoding utf8set ylabel "°"plot sin(x*180)pause -1
fprintf(chart_file_ptr, "set ylabel 'C\260' \n ");
Ei vieläkään näytä onnistuvan. Gnuplotia käytetään c++ -ohjelmastaKoodia: [Valitse]fprintf(chart_file_ptr, "set term X11 position 0 0 title 'Temperature' \n "); fprintf(chart_file_ptr, "set encoding utf8 \n "); fprintf(chart_file_ptr, "set ylabel 'C°' \n ");
fprintf(chart_file_ptr, "set term X11 position 0 0 title 'Temperature' \n "); fprintf(chart_file_ptr, "set encoding utf8 \n "); fprintf(chart_file_ptr, "set ylabel 'C°' \n ");
fprintf(chart_file_ptr, "set encoding utf8 \n "); fprintf(chart_file_ptr, "set term qt title 'Temperature' \n "); fprintf(chart_file_ptr, "set ylabel 'C°' \n ");