Le mercredi 22 avril 2009 à 08:13 +0200, Jean Bréfort a écrit :
> Looks good for me. Just, I don't see why we need to change the arguments
> order there:
> 
> @@ -93,7 +93,7 @@ gog_contour_plot_build_matrix (GogXYZPlot const *plot, 
> gboolean *cardinality_cha
>       for (i = 0; i < plot->rows; i++)
>               for (j = 0; j < plot->columns; j++) {
>                       val = gog_axis_map_to_view (map,
> -                                     go_data_get_matrix_value (mat, j, i));
> +                                     go_data_get_matrix_value (mat, i, j));
>                       if (fabs (val) == DBL_MAX)
>                               val = go_nan;
>                       else {

One of the patches reverts this change. 

        Emmanuel.

-- 
Emmanuel PACAUD
Groupe Virgo
LAPP - Laboratoire d'Annecy-le-Vieux de physique des particules
9, chemin de Bellevue - BP 110
74941 Annecy-le-Vieux CEDEX
France
Tél: (+33)4 50 09 55 92 ou 17 89 - Fax: (+33)4 50 27 94 95

_______________________________________________
gnumeric-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to