@@ -7,7 +7,7 @@ examples_main = {
77 { opt : "L" , title : "draw histogram as line" } ,
88 { name : "LF2" , opt :"LF2,fill_blue" , title : "draw histogram as line with filled area" } ,
99 { name : "B" , opt :"B,fill_red" , title : "draw histogram as bar chart" } ,
10- { opt : "A" , title : "disables axes draing " } ,
10+ { opt : "A" , title : "disables axes drawing " } ,
1111 { opt : "E" } ,
1212 { opt : "E0" , title : "draw errors, also for empty bins" } ,
1313 { opt : "E1" } ,
@@ -28,11 +28,11 @@ examples_main = {
2828 { opt : "colz" , title : "color draw with palette" } ,
2929 { opt : "acol" , title : "disable axes drawing with col option" } ,
3030 { opt : "arr" , title : "ARR draw option" } ,
31- { opt : "cont" , title : "Contor plot" } ,
32- { opt : "cont1" , title : "Contor plot with different line colors" } ,
33- { opt : "cont2" , title : "Contor plot with different line styles" } ,
34- { opt : "cont3" , title : "Contor plot with just lines" } ,
35- { opt : "cont4" , title : "Contor plot with background color" } ,
31+ { opt : "cont" , title : "Contour plot" } ,
32+ { opt : "cont1" , title : "Contour plot with different line colors" } ,
33+ { opt : "cont2" , title : "Contour plot with different line styles" } ,
34+ { opt : "cont3" , title : "Contour plot with just lines" } ,
35+ { opt : "cont4" , title : "Contour plot with background color" } ,
3636 { opt : "surf" , title : "3D plot with surf option" } ,
3737 { opt : "surf1" , title : "3D SURF plot with colors levels" } ,
3838 { opt : "surf2" , title : "3D colored SURF without lines" } ,
0 commit comments