Conversation
A new feature in the plotter where all the plots have linked their x axis. This means that if a plot is zoomed in the rest will be zoomed so that the x axis range is the same in all the plots on an HTML file.
Collaborator
|
Sounds very nice! Can't one have a interactive Ploty button were one can switch this on and off for each html plot individually, instead of doing globally for all html? |
Contributor
Author
|
Hi Peter, That is actually a nice idea. I will see if I can do that. |
Contributor
|
Hi Pedro, |
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.
Summary
A new feature in the plotter where all the plots have linked their x axis. This means that if a plot is zoomed in the rest will be zoomed so that the x axis range is the same in all the plots on an HTML file.
This is useful as sometimes the user might want to check some modes where more than one plots are interesting and having both on the same axis can help comparing and analyzing the results.
This has been implemented as an optional feature in the config.ini file from the plotter.
Changes
Testing
This was tested with some results obtained from the setup example. Both for True and False values of the new variable called sharedXaxis.