Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python nanoplot problems: #7625

Closed
scottdraves opened this issue Jul 2, 2018 · 0 comments
Closed

python nanoplot problems: #7625

scottdraves opened this issue Jul 2, 2018 · 0 comments
Assignees
Milestone

Comments

@scottdraves
Copy link
Contributor

from beakerx import *
p = NanoPlot()
p.add(Points(x=[10000000],y=[5]))
p.add(Points(x=[20000000],y=[5]))

another bug, this should work:

p = NanoPlot()
p.add(Points(y=[5]))
piorek added a commit that referenced this issue Jul 4, 2018
scottdraves pushed a commit that referenced this issue Jul 4, 2018
* #7625 handle single point correctly

* #7625 fixed num to string conversion for nanoplot elements coordinates
scottdraves added a commit that referenced this issue Jul 5, 2018
scottdraves added a commit that referenced this issue Jul 5, 2018
* Revert "document image format for tables"

This reverts commit 8921146.

* Revert "#7641 Java API for ImageFormat  (#7657)"

This reverts commit b4393a3.

* Revert "#7642 fix font in lab (#7655)"

This reverts commit 290f7ea.

* Revert "document autotranslation SQL to python and groovy"

This reverts commit b892c94.

* Revert "#7644 fix spark status toolbar indicators change size on nb switch (#7647)"

This reverts commit 401e0b2.

* Revert "#7614 fix spark progress in lab missing curved corner (#7648)"

This reverts commit 910e390.

* Revert "#7625 fix python NanoPlot problems (#7649)"

This reverts commit 3d95e61.
@scottdraves scottdraves reopened this Jul 5, 2018
piorek added a commit that referenced this issue Jul 6, 2018
@LeeTZ LeeTZ added this to the Must milestone Jul 18, 2018
piorek added a commit that referenced this issue Jul 19, 2018
piorek added a commit that referenced this issue Jul 19, 2018
LeeTZ pushed a commit that referenced this issue Jul 23, 2018
* #7625 handle single point correctly

* #7625 fixed num to string conversion for nanoplot elements coordinates

* #7625 fix python NanoPlot problems

* #7625 fix

* #7625 CR fix
@LeeTZ LeeTZ closed this as completed Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants