Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[spyder6] Update how to change formatting in array editor #345

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/panes/variableexplorer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ You can deactivate the background color by unchecking the appropriate option in
:alt: Array editor array, displaying a "heatmap" of its values

If supported by the datatype, you can also change the format of the array's values, choosing the number of decimals that you want the array to display.
For this, click the :guilabel:`Format` button and and set the desired formatting in the dialog that appears, using standard `Printf-style syntax`_.
For this, click the :guilabel:`Format` button and and set the desired formatting in the dialog that appears, using the standard `format specification mini-language`_.

.. _Printf-style syntax: https://docs.python.org/3/library/stdtypes.html#printf-style-bytes-formatting
.. _format specification mini-language: https://docs.python.org/3/library/string.html#format-specification-mini-language

Additionally, you can adjust the size of the rows and columns of the array by expanding or contracting their headers.
Clicking the :guilabel:`Resize` button will set it automatically.
Expand Down