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

BUG: romb print output requires correction #8158

Closed
jankoslavic opened this issue Nov 14, 2017 · 3 comments
Closed

BUG: romb print output requires correction #8158

jankoslavic opened this issue Nov 14, 2017 · 3 comments
Milestone

Comments

@jankoslavic
Copy link
Contributor

The option show=True results into a wrongly formatted output

Reproducing code example:

x9v, h9v = np.linspace(1, 2, 9, retstep=True)  # korak h9v = 0.125 (9 vozlišč)
y9v = x9v * np.sin(x9v)
romb(y9v, dx=h9v, show=True)

See figure:
image

Scipy/Numpy/Python version information:

1.0.0 1.13.3 sys.version_info(major=3, minor=6, micro=3, releaselevel='final', serial=0)
@Tokixix
Copy link
Contributor

Tokixix commented Jan 16, 2018

@ilayn I know how to solve it(adding "\n" in one place ;p). Can I PR this?

@ilayn
Copy link
Member

ilayn commented Jan 16, 2018

@Tokixix Sure, if there is noone explicitly claimed to work on it, you can freely pick up on any issue. Make sure to create a new branch though 😃

Also if you place one of these words in your PR description, then your PR will close this issue once merged. For example, I've just edited #8296 description to link to the issue.

@Tokixix
Copy link
Contributor

Tokixix commented Jan 16, 2018

@ilayn Will do, thanks!

andyfaff added a commit that referenced this issue Jan 17, 2018
@ilayn ilayn added this to the 1.1.0 milestone Jan 17, 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