Re: [racket-users] Using the draw and plot packages with other languages

2015-08-17 Thread Marduk Bolaños
Great! Thank you! Best, Marduk -- You received this message because you are subscribed to the Google Groups Racket Users group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit

Re: [racket-users] Using the draw and plot packages with other languages

2015-08-15 Thread Marduk Bolaños
Dear Neil, Thank you very much for your thoughtful reply and your understanding. There are lots of ways to interoperate between languages, but once you get into high-level languages the C calling-convention native code way you might be thinking of doesn't necessarily work well. I am really

[racket-users] Using the draw and plot packages with other languages

2015-08-14 Thread Marduk Bolaños
Dear all, As everybody knows, Racket's plot library is feature-rich and produces beautiful output. The draw library is also great for generating diagrams. I prefer functional-style drawing over LaTeX packages. What I would like to do is to be able to use these libraries in Maxima, Julia and

Re: [racket-users] Question about log-ticks

2015-08-29 Thread Marduk Bolaños
Great! Thanks a lot! Still, I would like to know why this is not the default behaviour of plot. Cheers, Marduk -- You received this message because you are subscribed to the Google Groups Racket Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

[racket-users] Question about log-ticks

2015-08-28 Thread Marduk Bolaños
Dear all, I did a scatter plot with a logarithmic Y-axis. It looks fine but there is something that really bugs me: there are no minor ticks between the X-axis and the first major tick. Here is the code: #lang racket (require plot) (parameterize ([plot-y-transform log-transform]

[racket-users] Plot - Choosing the number of mesh lines independently from the number of samples

2017-11-29 Thread Marduk Bolaños
Dear all, Recently, I made a 3D plot with surface3d, but had to increase the number of samples from the default value in order to obtain a smooth surface. Unfortunately, this change also increased the number of mesh lines, which resulted in a very dark surface. The appearance improved by painting

Re: [racket-users] Plot - Choosing the number of mesh lines independently from the number of samples

2017-11-29 Thread Marduk Bolaños
ster/plot-lib/plot/private/plot3d/surface.rkt#L28 > > > (I guess there should be 2 loops, one to draw the surface and one to > draw the lines) > > On Wed, Nov 29, 2017 at 8:30 AM, Marduk Bolaños <mard...@gmail.com > > wrote: > > Dear all, > > > >

Re: [racket-users] Plot - Choosing the number of mesh lines independently from the number of samples

2017-11-29 Thread Marduk Bolaños
Thank you Ben! I will give it a try. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit