Conversation
|
@ThomasMaxwell what about setting the default values to not None? Is that ok they are None? |
|
They are supposed to be None. Setting then to non-None overrides the default value. From: Charles Doutriaux <notifications@github.commailto:notifications@github.com> @ThomasMaxwellhttps://github.com/ThomasMaxwell what about setting the default values to not None? Is that ok they are None? — |
|
Vcs3D assumes that default values might be computed as a function of the input dataset (e.g. vertical scaling as a function of the number of levels in the dataset), therefore they are not hard coded in the graphics method. Anything specified in the graphics method overrides the default value. From: , "Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]" <thomas.maxwell@nasa.govmailto:thomas.maxwell@nasa.gov> They are supposed to be None. Setting then to non-None overrides the default value. From: Charles Doutriaux <notifications@github.commailto:notifications@github.com> @ThomasMaxwellhttps://github.com/ThomasMaxwell what about setting the default values to not None? Is that ok they are None? — |
|
makes sense. thanks. |
Fixes #1285 .