Incorporate latest changes from oprades/tep17#10
Merged
cpascual merged 21 commits intocpascual:tep17from Jul 17, 2017
Merged
Conversation
added 6 commits
June 1, 2017 11:45
Calls PlotItem.autoRange when sets a model for update the view.
Automatically defines a name for each curve created in TrendSet. This allows show the name curve when properties dialog is used.
Define _UImodifiable that allows to dialog display and/or change the properties of any curve that doesn't contain this attribute _UImodifiable
Solution for handle a set of curves from taurusTrend
cpascual
commented
Jun 23, 2017
| self._isAttached = False | ||
| self.plotItem = None | ||
|
|
||
| @staticmethod |
Owner
Author
There was a problem hiding this comment.
This should not be a staticmethod. (you are accessing "self")
added 15 commits
June 29, 2017 13:09
Tool for fix the range of X axis (osciloscope mode). Works within attachToPlotItem behaviour.
Add fixed-range scale to ViewBox default menu for for switch between this mode and ViewBox default modes
Integrate fixed-range scale tool within TaurusTrendSet.
Please enter the commit message for your changes. Lines starting
Solved conflicts in: lib/taurus/qt/qtgui/extra_pyqtgraph/curvesAppearanceChooserDlg.py
Allows to user build a TaurusPlotDataItem setting a model for absissas values (X axis)
Save and restore curve properties and models contained in TaurusPlotDataItem.
Refactor some code and add 2 more properties to curve
First approach to Plot widget based in a pyqtgraph implementation
Now, curve items (taurus models) are adding or removing from their respective parents (usually from a pyqtgraph.ViewBox object)
Implements 2 QAction in widget's menu for save and/or retrieve properties from each TaurusPlotDataItem(curve) from the widget.
cpascual
pushed a commit
that referenced
this pull request
Jul 17, 2017
Implement SF-feat-347: Add appveyor.yml file. Closes #10
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.