|
From: | Rick M. Cox |
Subject: | RE: Help with saveas and fltk |
Date: | Thu, 6 Jun 2013 23:00:37 -0700 |
From: address@hidden [mailto:address@hidden On Behalf Of Nicholas Jankowski On Thu, Jun 6, 2013 at 6:25 PM, Rick M. Cox <address@hidden> wrote:
Will check it out when I'm back at work. But FYI i'm running the MinGW version on Win7, so who knows what will happen :) regarding load time, I do notice when I do other simple things in Octave it takes a long time for the first figure to load (i usually have things set to fltk). so something as simple as: plot([1 2 3]) will take a long time to run once, but a 'close all' followed by plot([1 2 3]) again will pop right up (same with any other figures after the first). so i assume that the first figure has some program loading or initialization occurring. perhaps something similar here? or is it just as slow every time? Nick: I’ve experimented some more with ‘scdraw’ and here is what I have found. If I remove the “off” parameter from the axis function and leave just axis (“square”) then Octave with “fltk” will eventually execute a print command. The resulting file is a mess though. Attached are two .png files: test2.png the correct rendering of a Smith Chart by ‘gnuplot’ testD.png the file saved by “fltk” with the “off” parameter removed from the axis function. Clearly something is messed up with the way one of these programs is rendering my drawing. If this were an old HP mechanical plotter I would say that someone forgot the “pen up” command. Rick |
test2.png
Description: PNG image
testD.png
Description: PNG image
[Prev in Thread] | Current Thread | [Next in Thread] |