We'll be here when you need.
Thanks,
--
Raul
On Mon, Jul 17, 2017 at 9:28 AM, Arie van Wingerden wrote:
> Hi David, Raul and Devon,
> thx. for answering this!
> I'll try to convert bits of Python and see how well that will go.
> Thx.
> /Arie
>
> 2017-07-16 16:57 GMT+02:00 Devon McCormick :
>
Hi David, Raul and Devon,
thx. for answering this!
I'll try to convert bits of Python and see how well that will go.
Thx.
/Arie
2017-07-16 16:57 GMT+02:00 Devon McCormick :
> I use J all the time for basic data extraction, manipulation and analysis.
> A lot of this is documented on the wiki in th
I use J all the time for basic data extraction, manipulation and analysis.
A lot of this is documented on the wiki in the NYCJUG meetings;
unfortunately, I've been remiss in recent years in keeping this up-to-date
but there's a lot there.
Also, there are the articles here http://code.jsoftware.com
I have written some apps for managing my photo files and creating and searching
general hard drive and cd archival databases.
For me, these were easier to program in J than in Python. But, much of my
preference comes from working in APL and J for many years.
I have used Python (and other lan
I have used J for "more general tasks". (Though, in one case, I
replaced the code with a perl script which was only 3 times slower -
the code only took a few minutes to run, once a month, and saving time
on installation and deployment was deemed a "greater good". And, that
said, I have also used J
I like J very much and wonder if it could be used for more general
application programming.
Does anybody of you use J for more general tasks (e.g. not specifically
numeric) in the spirit of e.g. Python applications?
If so, is that more or less dificult than doing it in e.g. Python?
Any examples
The d3 graphics has a big user community.
The J use of it does not show many examples yet.
I assume it has a huge potential.
On 14 Jul 2017 20:57, "Raul Miller" wrote:
> Presumably you mean the graphics/d3 addon?
>
> Thanks,
>
> --
> Raul
>
>
> On Fri, Jul 14, 2017 at 3:34 PM, Björn Helgason wr
standard postscript fonts used in plot are non-unicode except 2 chinese fonts.
embedded fonts are not supported plot.
http://code.jsoftware.com/wiki/Plot/Fonts
Sent from my iPhone
On 15 Jul, 2017, at 12:19 AM, chris burke wrote:
> Plot eps/pdf export routines were written a few years back whe
I think you are right.
Have not had a chance of testing it now.
On 14 Jul 2017 20:57, "Raul Miller" wrote:
> Presumably you mean the graphics/d3 addon?
>
> Thanks,
>
> --
> Raul
>
>
> On Fri, Jul 14, 2017 at 3:34 PM, Björn Helgason wrote:
> >- jd3 support added (see plot section for details
Presumably you mean the graphics/d3 addon?
Thanks,
--
Raul
On Fri, Jul 14, 2017 at 3:34 PM, Björn Helgason wrote:
>- jd3 support added (see plot section for details)
>
> it is in jhs
>
>
>
> On 14 Jul 2017 19:24, "Rudolf Sykora" wrote:
>
>> On 14 July 2017 at 20:55, Björn Helgason wrote
- jd3 support added (see plot section for details)
it is in jhs
On 14 Jul 2017 19:24, "Rudolf Sykora" wrote:
> On 14 July 2017 at 20:55, Björn Helgason wrote:
> > I am only guessing.
> > jd3 might help you.
>
> What is jd3?
> Can't find any mention of it.
>
> Thanks
> Ruda
> -
On 14 July 2017 at 20:55, Björn Helgason wrote:
> I am only guessing.
> jd3 might help you.
What is jd3?
Can't find any mention of it.
Thanks
Ruda
--
For information about J forums see http://www.jsoftware.com/forums.htm
I am only guessing.
jd3 might help you.
On 14 Jul 2017 15:50, "Rudolf Sykora" wrote:
> It seems that in order to create an eps file from a plot, it's
> best to just
>
> pd 'eps fig.eps 234 176'
>
> (the sizes are then in 1/72 in.)
>
> However, this way I currently loose unicode characters.
> How
Plot eps/pdf export routines were written a few years back when there was
little or no support for arbitrary unicode in eps/pdf, though european
characters do seem to work correctly.
I am not sure the situation has changed much since then, but the plot code
has not. It may be better to use another
Sorry, I know nothing about eps output.
On Jul 14, 2017 11:50 PM, "Rudolf Sykora" wrote:
It seems that in order to create an eps file from a plot, it's
best to just
pd 'eps fig.eps 234 176'
(the sizes are then in 1/72 in.)
However, this way I currently loose unicode characters.
How do you re
It seems that in order to create an eps file from a plot, it's
best to just
pd 'eps fig.eps 234 176'
(the sizes are then in 1/72 in.)
However, this way I currently loose unicode characters.
How do you remedy this?
Thanks a lot
Ruda
---
usually you can specify dimension and file name using output command. see
http://code.jsoftware.com/wiki/Plot/Commands#Output_commands
On Thu, Jul 13, 2017 at 4:37 PM, Rudolf Sykora wrote:
> Hello,
>
> I want to create a plot with the Plot package. The best would be to get an
> eps.
>
> However
Hello,
I want to create a plot with the Plot package. The best would be to get an eps.
However when I use
pd 'eps ...
I somehow loose all unicode characters (and the sizes of fonts seems
wrong, too).
So I output to a png using
pd 'save ...
Then, however, the default resolution is too low, 480x36
18 matches
Mail list logo