gpl question

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gpl question

Maguin, Eugene

I have a scale statement 

SCALE: linear(dim(1), min(0), max(15)


The default subdivisions are 0, 5, 10, 15. I'd rather have 0, 3, 6, 9, 12, 15.

I didn't see any examples in the line plot examples. I'll bet it's possible but the question is how?


I'll grant the gpl documentation is complete but practically, you have to know the name of the function before you can find it.


Thanks, Gene Maguin


===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: gpl question

Jon Peck
The interval goes on the GUIDE statement, e.g.,
GUIDE: axis(dim(1), delta(1000))

To find this, if you look on GUIDE in the Help GPL reference, you see a list of applicable functions.  

On Wed, Oct 9, 2019 at 9:57 AM Maguin, Eugene <[hidden email]> wrote:

I have a scale statement 

SCALE: linear(dim(1), min(0), max(15)


The default subdivisions are 0, 5, 10, 15. I'd rather have 0, 3, 6, 9, 12, 15.

I didn't see any examples in the line plot examples. I'll bet it's possible but the question is how?


I'll grant the gpl documentation is complete but practically, you have to know the name of the function before you can find it.


Thanks, Gene Maguin


===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


--
Jon K Peck
[hidden email]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD