Navigation

Operators and Keywords

Function List:

C++ API

__gnuplot_has_feature__.m File Reference


Functions

 if (isempty(has_features)) gnuplot_version
 if (isempty(n)) res

Variables

function res
 versions = {"4.2.5", "4.3.0", "4.3", "4.3", "4.2", "4.2", "4.3", "4.3", "4.3"}
 operators = {">=", ">=", ">=", ">=", ">=", ">=", ">=", ">=", ">="}
 have_features = logical (zeros (size (features)))
for n

Function Documentation

if ( isempty(n)   ) 

if ( isempty(has_features)   ) 


Variable Documentation

have_features = logical (zeros (size (features)))

Initial value:

 1 : numel (have_features)
      has_features(n) = compare_versions (gnuplot_version, versions{n}, operators{n})

operators = {">=", ">=", ">=", ">=", ">=", ">=", ">=", ">=", ">="}

Initial value:

 __gnuplot_has_feature__ (feature)
  persistent features has_features
  features = {"x11_figure_position",
              "wxt_figure_size",
              "transparent_patches",
              "transparent_surface",
              "epslatex_implies_eps_filesuffix",
              "epslatexstandalone_terminal",
              "screen_coordinates_for_{lrtb}margin",
              "variable_GPVAL_TERMINALS",
              "key_has_font_properties"}

versions = {"4.2.5", "4.3.0", "4.3", "4.3", "4.2", "4.2", "4.3", "4.3", "4.3"}