Plot Values from a List Gen. by Program
|
01-14-2015, 11:21 PM
(This post was last modified: 01-15-2015 12:11 AM by Snorre.)
Post: #5
|
|||
|
|||
RE: Plot Values from a List Gen. by Program
Hello hof,
you can also set the plot window to show axis labels and numbers (only the current view limits per axis) by . For more sophisticated graphing you should implement it by yourself as suggested by DrD, but that will be a tremendous task if you want to all the features of the builtin plot function (zooming, panning, tracing etc.). It may be easier to define a VIEW function within an existing app which TEXTOUTs the numbers onto your current plot. A skeleton might look like (but leaves much room for improvements): Code: VIEW "Show tick labels" ShowTickLabels() Greetings |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Plot Values from a List Gen. by Program - hof - 01-14-2015, 07:28 AM
RE: Plot Values from a List Gen. by Program - Snorre - 01-14-2015, 10:44 AM
RE: Plot Values from a List Gen. by Program - hof - 01-14-2015, 09:56 PM
RE: Plot Values from a List Gen. by Program - DrD - 01-14-2015, 10:32 PM
RE: Plot Values from a List Gen. by Program - Snorre - 01-14-2015 11:21 PM
RE: Plot Values from a List Gen. by Program - hof - 01-16-2015, 09:10 AM
|
User(s) browsing this thread: 4 Guest(s)