Re: [racket-dev] Plot testing and feedback

2011-08-14 Thread Matthew Flatt
At Fri, 12 Aug 2011 19:47:43 -0700, Neil Toronto wrote: > Thank you! I blame, in order: > > 1. Racket's awesome cross-platform drawing library. Holy cow! Making > nice plots would be next to impossible without it. Also, the fact that I > can render to ps/pdf/svg just by passing a different dc is

Re: [racket-dev] Plot testing and feedback

2011-08-13 Thread Jay McCarthy
http://faculty.cs.byu.edu/~jay/tmp/201108130832-new.zip Although there was an error running it On Sat, Aug 13, 2011 at 8:23 AM, Neil Toronto wrote: > Excellent - that helps a lot. > > Jay, I've pushed changes that set font size in "pixels" and calculate plot > margins using the actual sizes of t

Re: [racket-dev] Plot testing and feedback

2011-08-13 Thread Neil Toronto
On 08/13/2011 05:58 AM, Matthew Flatt wrote: The Mac's drawing layer equates drawing units and font point sizes, while the drawing layers for Windows and Unix try to adapt the to the screen resolution for the conversion of point-sizes to drawing-unit. For drawing pictures, it usually works bette

Re: [racket-dev] Plot testing and feedback

2011-08-13 Thread Matthew Flatt
At Fri, 12 Aug 2011 21:56:57 -0500, Robby Findler wrote: > On Fri, Aug 12, 2011 at 9:41 PM, Neil Toronto wrote: > > Can I get a racket/gui expert's help on Jay's machine's output? There are > > two issues: > > > > 1. I have it render text with an 8 point font. On Jay's Mac, it's too small > > to b

Re: [racket-dev] Plot testing and feedback

2011-08-12 Thread Robby Findler
On Fri, Aug 12, 2011 at 9:41 PM, Neil Toronto wrote: > Can I get a racket/gui expert's help on Jay's machine's output? There are > two issues: > > 1. I have it render text with an 8 point font. On Jay's Mac, it's too small > to be 8 point. Either there's some font scaling or it's erroneously choos

Re: [racket-dev] Plot testing and feedback

2011-08-12 Thread Robby Findler
Yes (for the subset that is in common with html5 (hopefully that's all of it)). Robby On Fri, Aug 12, 2011 at 9:53 PM, Shriram Krishnamurthi wrote: >> 1. Racket's awesome cross-platform drawing library. > > Robby, is this what you were trying to sell Danny on to support in WeScheme? > > Shriram

Re: [racket-dev] Plot testing and feedback

2011-08-12 Thread Shriram Krishnamurthi
> 1. Racket's awesome cross-platform drawing library. Robby, is this what you were trying to sell Danny on to support in WeScheme? Shriram _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Plot testing and feedback

2011-08-12 Thread Neil Toronto
On 08/12/2011 07:04 PM, Shriram Krishnamurthi wrote: Windows done; specs below in case someone w/ a significantly different machine wants to try it out too: Windows 7 Home Premium 1.2 GHz ULV Intel Core i5-430UM 4 GB DDR3 RAM SATA hard drive (5400 RPM) Output is here: http://www.cs.brown.edu/~

Re: [racket-dev] Plot testing and feedback

2011-08-12 Thread Neil Toronto
Can I get a racket/gui expert's help on Jay's machine's output? There are two issues: 1. I have it render text with an 8 point font. On Jay's Mac, it's too small to be 8 point. Either there's some font scaling or it's erroneously choosing an 8 *pixel* font. How can we tell? 2. The Mac's get-

Re: [racket-dev] Plot testing and feedback

2011-08-12 Thread Jay McCarthy
OS X 10.7 Racket v5.1.2.3. http://faculty.cs.byu.edu/~jay/tmp/201108122018-osx.zip On Fri, Aug 12, 2011 at 6:33 PM, Neil Toronto wrote: > I've pushed the latest plot2d and plot3d to my github account. I want to > know whether there are any critical differences in output or execution time > among

Re: [racket-dev] Plot testing and feedback

2011-08-12 Thread Shriram Krishnamurthi
Windows done; specs below in case someone w/ a significantly different machine wants to try it out too: Windows 7 Home Premium 1.2 GHz ULV Intel Core i5-430UM 4 GB DDR3 RAM SATA hard drive (5400 RPM) Output is here: http://www.cs.brown.edu/~sk/tmp/neil-toronto.tgz The package looks amazing, btw