Skip to content

Do not expose 'auto' for infinite series#501

Merged
midhun-pm merged 2 commits into
masterfrom
fix/functionplotter.py
Dec 31, 2019
Merged

Do not expose 'auto' for infinite series#501
midhun-pm merged 2 commits into
masterfrom
fix/functionplotter.py

Conversation

@midhun-pm
Copy link
Copy Markdown
Contributor

Fixes #416

Copy link
Copy Markdown
Contributor

@shoeb-github shoeb-github left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Comment thread examples/demo/functionplotter.py Outdated
HGroup(
Item('object.plot.x_mapper.range.low_setting', label='Low'),
Item('object.plot.x_mapper.range.high_setting', label='High'),
Item('object.plot.x_mapper.range.low_setting', label='Low', editor=TextEditor(), visible_when='object.low_mode == "value" ', ),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm probably being very nitpicky and i apologize for it in advance.

Can you conform to the usual line length limits? We probably don't enforce line length limits in the codebase in general, if not the examples scripts specifically but IMO it's always a good idea to maintain standards (because examples is what other will learn from).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. Will conform to line length for this and future changes.

@midhun-pm midhun-pm merged commit f3cefa6 into master Dec 31, 2019
@rahulporuri rahulporuri deleted the fix/functionplotter.py branch October 27, 2020 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Demo functionplotter.py range editor error

3 participants