From 50400ad47b4b5504163d516a9a6edcba6a310af6 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 28 Feb 2025 14:06:42 -0800 Subject: [PATCH] Add x and y axis labels to qalculate --- source/2/2.4/2.4.3/Qalculate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.3/Qalculate.rst b/source/2/2.4/2.4.3/Qalculate.rst index 28a9768b..b278f8a2 100644 --- a/source/2/2.4/2.4.3/Qalculate.rst +++ b/source/2/2.4/2.4.3/Qalculate.rst @@ -35,7 +35,7 @@ To channge what values to take in the functions use the :guilabel:`Function Rang .. image:: qalculate-plot-function-range.png -The :guilabel:`Appearance` tab changes how the plot you make will appear. To have a title for your plot type in the :guilabel:`Title` field. To choose to display a grid for your plot check the :guilabel:`Display grid` checkbox. To have a full border around your plot check the :guilabel:`Display full border` checkbox. To choose a lowest value to show on the y axis check the :guilabel:`Minimum y value` checkbox and select the minimum value you want to show. To have a logarithmic scale on the x axis check the :guilabel:`Logarithimic x scale` checkbox and then to the right input the logarithimc base. To have logarithimic scale on the y axis check the :guilabel:`Logarithimic y scale` checkbox and input the logarithimc base to the right. +The :guilabel:`Appearance` tab changes how the plot you make will appear. To have a title for your plot type in the :guilabel:`Title` field. To choose to display a grid for your plot check the :guilabel:`Display grid` checkbox. To have a full border around your plot check the :guilabel:`Display full border` checkbox. To choose a lowest value to show on the y axis check the :guilabel:`Minimum y value` checkbox and select the minimum value you want to show. To have a logarithmic scale on the x axis check the :guilabel:`Logarithimic x scale` checkbox and then to the right input the logarithimc base. To have logarithimic scale on the y axis check the :guilabel:`Logarithimic y scale` checkbox and input the logarithimc base to the right. To put an label on your x axis type it in the :guilabel:`x-axis label` field. To have a label on your y axis type in in the :guilabel:`y-axis label` field. .. image:: qalculate-plot-result.png