-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Plots: Add title and axis titles; scatterplot option for logarithmic axes [FEATURE] #59366
Conversation
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
This pull request has been tagged for the changelog.
You can edit the description. Format available for credits
Thank you! |
@florianneukirchen A documentation ticket will be opened at https://github.com/qgis/QGIS-Documentation when this PR is merged. Please update the description (not the comments) with helpful description and screenshot to help the work from documentors. Thank you! |
My latest commit fixed the last issue raised by the code review. Is there anything left that prevents this from being merged? |
python/plugins/processing/algs/qgis/VectorLayerScatterplot3D.py
Outdated
Show resolved
Hide resolved
@florianneukirchen |
Description
New features and bugfixes for the plotting algorithms (in "Plots") to get more meaningful plots.
Title and axis titles
Add title and axis titles as optional parameters to the processing algorithms:
If axis titles are empty, the name of the field is used as axis title. If a single space is entered, the axis title is not shown (and the plot looks like before the changes).
Logarithmic axes in scatterplot
Optionally, in "Vector layer Scatterplot", allow x-axis and/or y-axis to be logarithmic.
Bugfixes
Screenshots
Vector layer Scatterplot, new version (with logarithmic axes, title, y-axis title; while x-axis title was not given and the field name is used)
Vector layer Scatterplot, old version for comparison
Documentation
For https://docs.qgis.org/3.34/en/docs/user_manual/processing_algs/qgis/plots.html
Section Bar Plot
New Parameters (Label | Name | Type | Description):
Section Box Plot
New Parameters (Label | Name | Type | Description):
Change to Parameter "Value Field": Type is now: [tablefield: numeric]
Section Vector layer scatterplot
New Parameters (Label | Name | Type | Description):
Section Vector layer scatterplot 3D
New Parameters (Label | Name | Type | Description):
Change to Outputs:
Label of "OUTPUT" is now "Scatterplot 3D", not "Histogram"