Open
Conversation
* first radar plot add * Clean up: remove print(), improve variable names ... * Set max threshold value & adjust QDoubleSpinBox size * add radar icons * Load configuration settings added * Add font style management * Adjust widget size for threshold * manage CLI radar option * fixup! Load configuration settings added * minor refacto for a better y_radar_values management * correct default settings * fix bad variable usage * Update DataPlotly/core/plot_types/radar.py Co-authored-by: Jacky Volpes <34267385+Djedouas@users.noreply.github.com> * Update DataPlotly/gui/plot_settings_widget.py * review * add traduction to radar.py * radar svg update * fix default settings for line_type_threshold * re-add feature_subset_defined option for radar plot * fix missing import * fix radar threshold line type and combo box are now decorrelated * remove duplicated line * fix widgets synchronization Refresh the UI according to Points, Line, Points and Lines marker type not only when marker type changes, but also when the plot type changes (to be correctly initialized). * add default values for radar threshold --------- Co-authored-by: Jacky Volpes <jacky.volpes@oslandia.com> Co-authored-by: Jacky Volpes <34267385+Djedouas@users.noreply.github.com>
We use "get" to avoid key error when the settings are not in the dictionnary. For instance when the project was saved with an older version of dataplotly that didn't have the settings yet.
Use the correct length for generating the color list so that each entity gets a unique color. Previously, the number of colors was tied to the number of parameters, causing display issues.
8262be3 to
8cb6faa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.