<?xml version="1.0"?>
<!-- Copyright 2015-2021 The MathWorks, Inc. -->
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="ArgNameValueMismatch">Incorrect number of input arguments. Each parameter name must be followed by a corresponding value.</entry>
    <entry key="BinCountsInvalidSize">''BinCounts'' parameter is not supported if any of ''NumBins'',''BinWidth'', ''BinMethod'', ''XBinLimits'', or ''YBinLimits'' is specified, and it must be a matrix of size [length(XBinEdges)-1 length(YBinEdges)-1].</entry>    
    <entry key="EmptyBinCountsManualMode">Specify ''BinCounts'' when ''BinCountsMode'' value is ''manual''.</entry>
    <entry key="EmptyXBinLimitsManualMode">Specify ''XBinEdges'' and ''XBinLimits'' when ''XBinLimitsMode'' value is ''manual''.</entry>
    <entry key="EmptyYBinLimitsManualMode">Specify ''YBinEdges'' and ''YBinLimits'' when ''YBinLimitsMode'' value is ''manual''.</entry>
    <entry key="EmptyOrScalarXBinEdges">''XBinEdges'' value must be a vector of length at least 2.</entry>
    <entry key="EmptyOrScalarYBinEdges">''YBinEdges'' value must be a vector of length at least 2.</entry>
    <entry key="InvalidTileFaceColor">''FaceColor'' value must be ''flat'' when ''DisplayStyle'' value is ''tile''.</entry>
    <entry key="InvalidTileFaceLighting">''FaceLighting'' value must be ''none'' when ''DisplayStyle'' value is ''tile''.</entry>
    <entry key="InvalidBinMethod">''BinMethod'' value ''manual'' is not supported.</entry>
    <entry key="InvalidColor">{0} input is not a valid color.</entry>
    <entry key="InvalidMixedXBinInputs">''XBinEdges'' parameter must not be followed by any of ''NumBins'',''BinWidth'', ''BinMethod'', or ''XBinLimits''.</entry>
    <entry key="InvalidMixedYBinInputs">''YBinEdges'' parameter must not be followed by any of ''NumBins'',''BinWidth'', ''BinMethod'', or ''YBinLimits''.</entry>
	<entry key="BinCountsXEdgesMismatch">The length of ''XBinEdges'' must be one longer than the number of rows of ''BinCounts'' when ''BinCountsMode'' value is ''manual''.</entry>
	<entry key="BinCountsYEdgesMismatch">The length of ''YBinEdges'' must be one longer than the number of columns of ''BinCounts'' when ''BinCountsMode'' value is ''manual''.</entry>
    <entry key="MixedDataBinCounts">''BinCounts'' parameter is not supported when data to distribute among bins is not specified.</entry>
    <entry key="MissingYInput">First two arguments must be numeric or logical and they must have the same size.</entry>
    <entry key="NonEmptyBinCountsAutoMode">''BinCounts'' parameter is not supported when ''BinCountsMode'' value is ''auto''.</entry>
    <entry key="NonEmptyXBinLimitsAutoMode">''XBinEdges'' and ''XBinLimits'' parameters are not supported when ''XBinLimitsMode'' value is ''auto''.</entry>
    <entry key="NonEmptyYBinLimitsAutoMode">''YBinEdges'' and ''YBinLimits'' parameters are not supported when ''YBinLimitsMode'' value is ''auto''.</entry>
    <entry key="ReadOnlyPropertyManualBinCounts">{0} parameter is not supported when ''BinCountsMode'' value is ''manual''.</entry>
    <entry key="TransparencyNotSupported">Transparency of histogram bars and edges is not supported with software OpenGL renderer. Consider setting figure renderer to ''painters''.</entry>
    <entry key="UnsupportedMethodManualBinCounts">{0} function is not supported when ''BinCountsMode'' value is ''manual''.</entry>
	<entry key="Value" note="For data tips">Value</entry>
	<entry key="XBinEdges" note="For data tips">X bin edges</entry>
	<entry key="YBinEdges" note="For data tips">Y bin edges</entry>
  </message>
</rsccat>
