<legend id='D01Lb'><style id='D01Lb'><dir id='D01Lb'><q id='D01Lb'></q></dir></style></legend>

      <bdo id='D01Lb'></bdo><ul id='D01Lb'></ul>
    1. <tfoot id='D01Lb'></tfoot>
    2. <i id='D01Lb'><tr id='D01Lb'><dt id='D01Lb'><q id='D01Lb'><span id='D01Lb'><b id='D01Lb'><form id='D01Lb'><ins id='D01Lb'></ins><ul id='D01Lb'></ul><sub id='D01Lb'></sub></form><legend id='D01Lb'></legend><bdo id='D01Lb'><pre id='D01Lb'><center id='D01Lb'></center></pre></bdo></b><th id='D01Lb'></th></span></q></dt></tr></i><div id='D01Lb'><tfoot id='D01Lb'></tfoot><dl id='D01Lb'><fieldset id='D01Lb'></fieldset></dl></div>
      1. <small id='D01Lb'></small><noframes id='D01Lb'>

        如何从海运0.11+获得无填充的标记

        How to get markers with no fill, from seaborn 0.11+(如何从海运0.11+获得无填充的标记)
        <tfoot id='TbIzZ'></tfoot>
        1. <small id='TbIzZ'></small><noframes id='TbIzZ'>

          <i id='TbIzZ'><tr id='TbIzZ'><dt id='TbIzZ'><q id='TbIzZ'><span id='TbIzZ'><b id='TbIzZ'><form id='TbIzZ'><ins id='TbIzZ'></ins><ul id='TbIzZ'></ul><sub id='TbIzZ'></sub></form><legend id='TbIzZ'></legend><bdo id='TbIzZ'><pre id='TbIzZ'><center id='TbIzZ'></center></pre></bdo></b><th id='TbIzZ'></th></span></q></dt></tr></i><div id='TbIzZ'><tfoot id='TbIzZ'></tfoot><dl id='TbIzZ'><fieldset id='TbIzZ'></fieldset></dl></div>

            <tbody id='TbIzZ'></tbody>

                <bdo id='TbIzZ'></bdo><ul id='TbIzZ'></ul>
                <legend id='TbIzZ'><style id='TbIzZ'><dir id='TbIzZ'><q id='TbIzZ'></q></dir></style></legend>
                • 本文介绍了如何从海运0.11+获得无填充的标记的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  matplotlib.pyplot.scatter()有一个facecolors=None参数,它将使数据点看起来内部是空心的。如何获得与seaborn.jointplot()相同的外观?

                  在以前版本的Seborn中找到了相同的参数,但由于某种原因在最新版本(0.11)中被删除。

                  推荐答案

                  • 由于seabornmatplotlib的高级API,这似乎反映了matplotlib
                  • 中的功能
                  • 根据JointGrid documentation中的示例,参数为fc。要使用fc,还应使用ec
                    • 指定fc='none'而不指定ec将导致空白标记。
                  • 'None''none'都可以,但None不行。
                  import seaborn as sns
                  
                  # load data
                  penguins = sns.load_dataset("penguins", cache=False)
                  
                  # set x and y
                  x, y = penguins["bill_length_mm"], penguins["bill_depth_mm"]
                  
                  # plot
                  sns.jointplot(data=penguins, x="bill_length_mm", y="bill_depth_mm", ec="g", fc="none")
                  

                  这篇关于如何从海运0.11+获得无填充的标记的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  groupby multiple coords along a single dimension in xarray(在xarray中按单个维度的多个坐标分组)
                  Group by and Sum in Pandas without losing columns(Pandas中的GROUP BY AND SUM不丢失列)
                  Group by + New Column + Grab value former row based on conditionals(GROUP BY+新列+基于条件的前一行抓取值)
                  Groupby and interpolate in Pandas(PANDA中的Groupby算法和插值算法)
                  Pandas - Group Rows based on a column and replace NaN with non-null values(PANAS-基于列对行进行分组,并将NaN替换为非空值)
                  Grouping pandas DataFrame by 10 minute intervals(按10分钟间隔对 pandas 数据帧进行分组)
                  <tfoot id='viTWp'></tfoot>
                      <tbody id='viTWp'></tbody>

                      <i id='viTWp'><tr id='viTWp'><dt id='viTWp'><q id='viTWp'><span id='viTWp'><b id='viTWp'><form id='viTWp'><ins id='viTWp'></ins><ul id='viTWp'></ul><sub id='viTWp'></sub></form><legend id='viTWp'></legend><bdo id='viTWp'><pre id='viTWp'><center id='viTWp'></center></pre></bdo></b><th id='viTWp'></th></span></q></dt></tr></i><div id='viTWp'><tfoot id='viTWp'></tfoot><dl id='viTWp'><fieldset id='viTWp'></fieldset></dl></div>
                      • <small id='viTWp'></small><noframes id='viTWp'>

                        • <legend id='viTWp'><style id='viTWp'><dir id='viTWp'><q id='viTWp'></q></dir></style></legend>
                            <bdo id='viTWp'></bdo><ul id='viTWp'></ul>