When I run the commands below, I get different colors in the output depending
upon whether I'm viewing the screen or whether I'm reading from file
"identify_good_files_rev1.png". The first file is a screen shot, showing
yellow. The second file is the png that I created by using the gnuplot
commands shown below. Also note in the second .png file the world map is
missing some of the segments.
http://www.nabble.com/file/p21237779/Captured_Stations.png
http://www.nabble.com/file/p21237779/identify_good_files_rev1.png
set view map
set key outside bottom center
set terminal wxt 0
set output
plot 'world.dat' with lines 3,4, 'Captured_Stations_few_points.dat' with
points linetype 4, 'Captured_Stations_some_points.dat' with points linetype
5, 'Captured_Stations_many_points.dat' with points linetype 6
set terminal png
set output "identify_good_files_rev1.png"
plot 'world.dat' with lines 3,4, 'Captured_Stations_few_points.dat' with
points linetype 4, 'Captured_Stations_some_points.dat' with points linetype
5, 'Captured_Stations_many_points.dat' with points linetype 6
--
View this message in context: http://www.nabble.com/Colors-Differ-Between-Screen-and-File-Output-tp21237779p21237779.html
Sent from the Gnuplot - Bugs mailing list archive at Nabble.com.
|