Created
February 14, 2013 10:44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set grid layerdefault | |
set term png | |
set pm3d map | |
set xlabel "Frecuencia de ceros" offset 1,-1,1 | |
set ylabel "Probabilidades de exito" offset 1,-1,1 | |
set zlabel "Probabilidad de 0" offset 6,4,1 | |
set cblabel "Probabilidad de 0" | |
set title "Largo 4 " | |
set output "largo_4_6.png" | |
set palette color positive | |
set size square | |
set key off | |
splot "cuatro_palabra.dat" using 2:3:5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment