help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Subplot Question


From: Jason Criss
Subject: RE: Subplot Question
Date: Sat, 8 Jan 2011 12:04:59 -0800

I think a very long time ago (over 5 years), I was able to do this in Matlab using some command.  I was in school and I no longer have the scripts that I used.  If I am not mistaken, setting the min / max on the x-axis via commands would work, but would require re-plotting.  I'm looking for something that can be adjusted using only the cursor in GNU Plot...there should be a way to do this.


Date: Sat, 8 Jan 2011 11:16:06 -0500
Subject: Re: Subplot Question
From: address@hidden
To: address@hidden
CC: address@hidden; address@hidden

Hey! I know I've done it before. I'll scan through my old code and send you a snippet later tonight. It's either 'linkaxis' or something like that, but there's definitely a command for that. Let me know if you find before I do.

On 8 Jan 2011 06:46, "Doug Stewart" <address@hidden> wrote:



On Sat, Jan 8, 2011 at 4:50 AM, Jason Criss <address@hidden> wrote:
>
> I have two subplots and each subplot displays the same number of points.  The x-axis (domain) va...

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave

Here are some ideas

1) find the max and min of your data
2) set the x axis range on both plots

help max
help  min
help axis

Doug

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]