Menu

wisecase2

Help
wisecase2
2017-05-23
2017-05-23
  • wisecase2

    wisecase2 - 2017-05-23

    I do not know how to speak english so I asked google translate for help...

    I have the problem in gnuplot, I want to get an output image, using "terminal size png 640,640", and "set output 'datafile.png' " of the graph, where I am using "plot 'datafile.dat' w rgbimage" image file, but a horrible image, see:

    Captured by lightshot

    The output image:https://prntscr.com/fayza3

    The image that is displayed in the gnuplot:https://prntscr.com/faz0k3

     
  • Ethan Merritt

    Ethan Merritt - 2017-05-23

    This image

    The output image:https://prntscr.com/fayza3

    seems to use only 256 colors. Suggestion:

     set terminal png truecolor size 640,640
    

    or

     set terminal pngcairo size 640,640
    
     
  • wisecase2

    wisecase2 - 2017-05-23

    thanks!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.