tonyg changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://gather.town/app/wH1EDG3McffLjrs0/racket-users -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with (Dr)Racket. Remember to wait around for an answer!
lucasta has joined #racket
Origin has quit [Ping timeout: 250 seconds]
morte has quit [Read error: Connection reset by peer]
morte has joined #racket
lucasta has quit [Quit: Leaving]
ec_ is now known as ec
avocadoist has quit [Ping timeout: 245 seconds]
avocadoist has joined #racket
mdhughes has quit [Ping timeout: 264 seconds]
mdhughes has joined #racket
skapata has quit [Read error: Connection reset by peer]
Tuplanolla has joined #racket
mwnaylor has quit [Ping timeout: 245 seconds]
hdbbdh has joined #racket
hdbbdh has left #racket [#racket]
hdbbdh has joined #racket
<hdbbdh> Hi, I try to plot a figure in command line using the simplest commands given in the documentation:
<hdbbdh> (require plot)
<hdbbdh> (plot-new-window? #t)
<hdbbdh> (plot (function sin (- pi) pi #:label "y = sin(x)"))
<hdbbdh> But the new window just doesn't work at all.
<bremner> hdbbdh: try using a parameterize form
<hdbbdh> What's a parameterize form?
<hdbbdh> Sorry..I still couldn't get the point by using a parameterize form
<hdbbdh> I ran the three commands in REPL using windows powershell
<bremner> (parameterize ([plot-new-window #t]) your-stuff-here)
<bremner> lemme try the actual example
<hdbbdh> Well, that doesn't get the way out. The window can't respond...
<bremner> I guess parameterize is a red herring; here on linux your original example works
<hdbbdh> Maybe it's a problem with my computer configuration.
<bremner> it may be a windows specific bug, I'm not sure
<hdbbdh> Alright, thank you very much.
hdbbdh has left #racket [#racket]
hdbbdh has joined #racket
hdbbdh has left #racket [#racket]
morte has quit [Ping timeout: 245 seconds]
morte has joined #racket
avocadoist has quit [Ping timeout: 246 seconds]
avocadoist has joined #racket
sarna has quit [Remote host closed the connection]
sarna has joined #racket
sarna has quit [Remote host closed the connection]
sarna has joined #racket
sarna has left #racket [#racket]
morte_ has joined #racket
avocadoist has quit [Remote host closed the connection]
dTal has quit [Server closed connection]
dTal has joined #racket
skapata has joined #racket
morte_ has quit [Ping timeout: 240 seconds]
monkey_ has joined #racket
monkey_ has quit [Remote host closed the connection]
morte_ has joined #racket
lucasta has joined #racket
thegeekinside has quit [Remote host closed the connection]
thegeekinside has joined #racket
<Tuplanolla> What flags, besides `+m`, do you have to pass to `scribble` in order to get cross-references right?
<Tuplanolla> I tried `++xref-in setup/xref load-collections-xref` I found on some mailing list, but the file still couldn't find the definitions it was supposed to be documenting.
<samth> Tuplanolla: ++xref-in setup/xref load-collections-xref --redirect-main http://docs.racket-lang.org/ are in one of my makefiles, as an example
<samth> if it can't find the definitions that's not a command line flag issue
<samth> you likely need either a `(require (for-template ...))` or a `@defmodule[...]`
<Tuplanolla> I start the document with `@(require scribble/manual scribble/eval scribble-math/dollar (for-label racket "the-file-that-provides-all-the-things.rkt"))`.
<Tuplanolla> I was missing the quotation marks and extension in `@defmodule["the-file-that-provides-all-the-things.rkt"]`.
thegeekinside has quit [Remote host closed the connection]
<Tuplanolla> It was a good hint to know where to look.
lucasta has quit [Read error: Connection reset by peer]
lucasta has joined #racket
thegeekinside has joined #racket
lucasta has quit [Quit: Leaving]
lucasta has joined #racket
morte_ has quit [Ping timeout: 250 seconds]
cwebber has joined #racket
jakky has quit [Server closed connection]
szkl has joined #racket
thegeekinside has quit [Remote host closed the connection]
thegeekinside has joined #racket
pounce has quit [Remote host closed the connection]
pounce has joined #racket
lucasta has quit [Quit: Leaving]
morte_ has joined #racket
mwnaylor has joined #racket
morte_ has quit [Read error: Connection reset by peer]
morte_ has joined #racket
lucasta has joined #racket
szkl has quit [Quit: Connection closed for inactivity]
codaraxis has quit [Quit: Leaving]
lucasta has quit [Remote host closed the connection]
lucasta has joined #racket
morte_ has quit [Remote host closed the connection]
Tuplanolla has quit [Quit: Leaving.]
morte_ has joined #racket
morte has quit [Ping timeout: 240 seconds]
morte has joined #racket