diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 9470ff6bd20441d32dfdc01437b952fe6861edac..6f4d7f293ab1a45d2dca073cd41d9d9018d9e7d5 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -957,7 +957,7 @@ StringXNumber PostProcessingOptions_Number[] = { { F|O, "CombineRemoveOriginal" , opt_post_combine_remove_orig , 1. , "Remove original views after a Combine operation" }, - { F|0, "Format" , opt_post_file_format , 0. , + { F|O, "Format" , opt_post_file_format , 0. , "Default file format for post-processing views" }, { F|O, "HorizontalScales" , opt_post_horizontal_scales , 1. , @@ -1087,19 +1087,19 @@ StringXNumber ViewOptions_Number[] = { { F, "Max" , opt_view_max , 0. , "Maximum value in the view (read-only)" }, - { F|O, "MaxX" , opt_view_xmax , 0. , + { F, "MaxX" , opt_view_xmax , 0. , "Maximum view coordinate along the X-axis (read-only)" }, - { F|O, "MaxY" , opt_view_ymax , 0. , + { F, "MaxY" , opt_view_ymax , 0. , "Maximum view coordinate along the Y-axis (read-only)" }, - { F|O, "MaxZ" , opt_view_zmax , 0. , + { F, "MaxZ" , opt_view_zmax , 0. , "Maximum view coordinate along the Z-axis (read-only)" }, { F, "Min" , opt_view_min , 0. , "Minimum value in the view (read-only)" }, - { F|O, "MinX" , opt_view_xmin , 0. , + { F, "MinX" , opt_view_xmin , 0. , "Minimum view coordinate along the X-axis (read-only)" }, - { F|O, "MinY" , opt_view_ymin , 0. , + { F, "MinY" , opt_view_ymin , 0. , "Minimum view coordinate along the Y-axis (read-only)" }, - { F|O, "MinZ" , opt_view_zmin , 0. , + { F, "MinZ" , opt_view_zmin , 0. , "Minimum view coordinate along the Z-axis (read-only)" }, { F|O, "NbAbscissa" , opt_view_nb_abscissa , 5. , @@ -1149,7 +1149,7 @@ StringXNumber ViewOptions_Number[] = { { F|O, "SmoothNormals" , opt_view_smooth_normals , 0. , "Smooth the normals?" }, - { F|0, "Tangents" , opt_view_normals , 0. , + { F|O, "Tangents" , opt_view_normals , 0. , "Display size of tangent vectors (in pixels)" }, { F|O, "TensorType" , opt_view_tensor_type , 0. , "Tensor Visualization Type" }, diff --git a/doc/texinfo/opt_post.texi b/doc/texinfo/opt_post.texi index 8f9942baf40da23e9189933e3f301342426e8b8c..1d5272f2b95d2b57e102d07677f5d4bcf9a7442b 100644 --- a/doc/texinfo/opt_post.texi +++ b/doc/texinfo/opt_post.texi @@ -17,7 +17,7 @@ Saved in: @code{General.OptionsFileName} @item PostProcessing.Format Default file format for post-processing views@* Default value: @code{0}@* -Saved in: @code{-} +Saved in: @code{General.OptionsFileName} @item PostProcessing.HorizontalScales Display value scales horizontally@* diff --git a/doc/texinfo/opt_view.texi b/doc/texinfo/opt_view.texi index 8c6daf63b771177edfcedd4699ac7897861cb523..519e4148371ae4d60a870d6aa1c0839f08e4102e 100644 --- a/doc/texinfo/opt_view.texi +++ b/doc/texinfo/opt_view.texi @@ -272,17 +272,17 @@ Saved in: @code{-} @item View.MaxX Maximum view coordinate along the X-axis (read-only)@* Default value: @code{0}@* -Saved in: @code{General.OptionsFileName} +Saved in: @code{-} @item View.MaxY Maximum view coordinate along the Y-axis (read-only)@* Default value: @code{0}@* -Saved in: @code{General.OptionsFileName} +Saved in: @code{-} @item View.MaxZ Maximum view coordinate along the Z-axis (read-only)@* Default value: @code{0}@* -Saved in: @code{General.OptionsFileName} +Saved in: @code{-} @item View.Min Minimum value in the view (read-only)@* @@ -292,17 +292,17 @@ Saved in: @code{-} @item View.MinX Minimum view coordinate along the X-axis (read-only)@* Default value: @code{0}@* -Saved in: @code{General.OptionsFileName} +Saved in: @code{-} @item View.MinY Minimum view coordinate along the Y-axis (read-only)@* Default value: @code{0}@* -Saved in: @code{General.OptionsFileName} +Saved in: @code{-} @item View.MinZ Minimum view coordinate along the Z-axis (read-only)@* Default value: @code{0}@* -Saved in: @code{General.OptionsFileName} +Saved in: @code{-} @item View.NbAbscissa Number of abscissa intervals for 2D graphs@* @@ -412,7 +412,7 @@ Saved in: @code{General.OptionsFileName} @item View.Tangents Display size of tangent vectors (in pixels)@* Default value: @code{0}@* -Saved in: @code{-} +Saved in: @code{General.OptionsFileName} @item View.TensorType Tensor Visualization Type@*