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

Interaction with plot library #61

Open
chutcheson opened this issue Jul 14, 2019 · 1 comment
Open

Interaction with plot library #61

chutcheson opened this issue Jul 14, 2019 · 1 comment

Comments

@chutcheson
Copy link

chutcheson commented Jul 14, 2019

I noticed something that looks like a bug (might be known):

  1. I am using Racket 7.3 on Ubuntu 16.04 using Unity
  2. I open rash using racket -l 'rash/repl' on the cmd line
  3. I attempt to use the plot library using the following commands:

(require racket/math)
(require plot)
(plot-new-window? #t)
(plot (function sin (- pi) pi #:label "y = sin(x)"))

I find that I cannot open a plot window successfully; instead I get a window that looks like it contains portions of my shell text and which I cannot close by clicking the "x" in the upper left hand corner of the window.

If I use the same commands using racket (without rash) on the cmd line then it works.

want to say rash is great btw!

@willghatch
Copy link
Owner

willghatch commented Jul 16, 2019 via email

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