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

Plot range #58

Closed
Keno opened this issue Jul 23, 2013 · 3 comments
Closed

Plot range #58

Keno opened this issue Jul 23, 2013 · 3 comments

Comments

@Keno
Copy link
Collaborator

Keno commented Jul 23, 2013

Not, sure if this is intentional, but consider the following:
screen shot 2013-07-23 at 5 28 22 pm
and
screen shot 2013-07-23 at 5 28 33 pm

In the first case when plotting from 3:5 everything is fine, but in the second case, plotting from 1:2, the part 0:1 is there even though it wasn't specified in the range. (This is the D3 backend if it matters)

@dcjones
Copy link
Collaborator

dcjones commented Jul 23, 2013

There is a very heuristic algorithm that tries to find a good set of tick marks and it likes to include "0" if it can. It's clearly trying too hard here.

I'll try to make some adjustments.

@dcjones
Copy link
Collaborator

dcjones commented Jul 25, 2013

It should be better behaved now.

By the way, what is this strange repl you're using here, and how can I use it?

@Keno
Copy link
Collaborator Author

Keno commented Jul 25, 2013

The REPL is https://github.com/loladiro/WebREPL.jl . Currently not functional due to a bug in Julia, but once that's resolved I'll announce it properly.

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

No branches or pull requests

2 participants