Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

library_plots updates - use options struct for passing plotting options #7

Open
davestanley opened this issue Mar 19, 2017 · 0 comments
Assignees

Comments

@davestanley
Copy link
Owner

I am planning to switch the xp plotting functions (e.g. xp_subplot_grid) from just receiving a chain of input arguments, for example,

function xp_subplot_grid (xp,arg1,arg2,....

to

function xp_subplot_grid (xp, options_struct)

where options_struct contains fields
options_struct.arg1
options_struct.arg2
etc.

This will enable greater flexibility in passing arguments to the plotting handles. Also, similar functions can potentially re-use the same options structure.

These changes will be used in the latest version of PlotData2.

davestanley added a commit that referenced this issue Mar 20, 2017
davestanley added a commit that referenced this issue Mar 20, 2017
davestanley added a commit that referenced this issue Mar 22, 2017
davestanley added a commit that referenced this issue Mar 25, 2017
davestanley added a commit that referenced this issue Mar 26, 2017
davestanley added a commit that referenced this issue Apr 1, 2017
davestanley added a commit that referenced this issue Apr 3, 2017
davestanley added a commit that referenced this issue Apr 3, 2017
davestanley added a commit that referenced this issue Apr 3, 2017
davestanley added a commit that referenced this issue Apr 7, 2017
…a. This is now handled by allowing multidimensional inputs to xp_PlotData.
davestanley added a commit that referenced this issue Apr 10, 2017
davestanley added a commit that referenced this issue Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant