Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3696

Re: A couple of questions

From Ethan A Merritt <EAMerritt@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: A couple of questions
Date 2017-07-24 21:16 -0700
Organization A noiseless patient Spider
Message-ID <ol6gfa$6sb$1@dont-email.me> (permalink)
References <d3db086e-cf75-4e74-9de6-94164362c992@googlegroups.com>

Show all headers | View raw


layzarc@aol.com wrote:

> 1. When was "set autoscale noextend" implemented? I know 4.2 doesn't
> like it.

  The feature itself has been there all along, but the required syntax
  was non-obvious

	set auto xfix

  "noextend" was added as a synonym so that you could use a more easily
  remembered command

	set xrange [*:*] noextend
	
  You can still use the older form if you prefer.


> 2. I'm getting some extraneous messages now that don't crop up in 4.6.
>    "splot 'file' binary" works ok and no messages
>    "splot 'file' binary with image" works ok but I get the messages
>      No dimension information for ... pixels total. Try ...


  Not enough information to answer that one.  
  Is your binary file in some standard image format (png jpeg etc)?
  Did you tell gnuplot that?
  If not, where are you expecting gnuplot to find the image dimensions?


> Al

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

A couple of questions layzarc@aol.com - 2017-07-24 12:50 -0700
  Re: A couple of questions Ethan A Merritt <EAMerritt@gmail.com> - 2017-07-24 21:16 -0700
    Re: A couple of questions layzarc@aol.com - 2017-07-25 07:02 -0700
      Re: A couple of questions Ethan A Merritt <EAMerritt@gmail.com> - 2017-07-25 08:33 -0700
        Re: A couple of questions layzarc@aol.com - 2017-07-25 14:34 -0700
          Re: A couple of questions Ethan A Merritt <EAMerritt@gmail.com> - 2017-07-25 18:59 -0700

csiph-web