PANOimagen / profiletool

Home to the QGis Profiletool plugin. Initial work on this fork was partially funded by the C.A. La Rioja
https://plugins.qgis.org/plugins/profiletool/
GNU General Public License v2.0
35 stars 19 forks source link

[Feature] Add Same scale axis button #61

Closed troopa81 closed 3 years ago

troopa81 commented 3 years ago

Hi, I'm Julien Cabieces, I work at Oslandia and I'm a regular QGIS contributor.

On behalf of the Lille Metropole, I would like to add this feature to the ProfileTool plugin. This PR proposes to add a button that force to have the same scale on both X and Y axis.

This feature will be only supported with the POyQtGraph library.

sameaxisscale

cc @Jean-Roc Funded by Lille Metropole

nicogodet commented 3 years ago

Thank you @troopa81 !

Is it worth it to disable the checkbox if a lib other than PyQtGraph is selected (MatPlotLib for example) ? Even if most of users use PyQtGraph I think...

troopa81 commented 3 years ago

Is it worth it to disable the checkbox if a lib other than PyQtGraph is selected (MatPlotLib for example) ?

You're right. Done! Thanks for reviewing