From 0383f3b15bda24d4f5f582fab4b71d8f3fc2084e Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 28 Feb 2025 14:18:34 -0800 Subject: [PATCH] Add line width, legend placement, and apply button to Qalcualte plotting --- 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 b278f8a2..b2dafbb0 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. 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. +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. To change the width of your line change the :guilabel:`Line width` field. To change where to place the legend use the :guilabel:`Legend placement` drop down. To have your changes applied left click the :guilabel:`Apply` button. .. image:: qalculate-plot-result.png