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

    • <bdo id='aPa1Z'></bdo><ul id='aPa1Z'></ul>
  • <small id='aPa1Z'></small><noframes id='aPa1Z'>

      1. 如何更改海运散点图中的点边缘颜色

        How to change spot edge colors in seaborn scatter plots(如何更改海运散点图中的点边缘颜色)

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

              <tbody id='tOxuE'></tbody>

                <small id='tOxuE'></small><noframes id='tOxuE'>

                <legend id='tOxuE'><style id='tOxuE'><dir id='tOxuE'><q id='tOxuE'></q></dir></style></legend>
                <tfoot id='tOxuE'></tfoot>

                • <bdo id='tOxuE'></bdo><ul id='tOxuE'></ul>
                  本文介绍了如何更改海运散点图中的点边缘颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我已经使用Seborn:

                  创建了散点图
                  import seaborn as sns
                  sns.set(style="ticks", color_codes=True)
                          
                  g=sns.scatterplot(x="length", y="coverage", data=df, hue = 'Products', edgecolors=None, alpha = 0.7)
                  g.set(yscale="log")
                  plt.xlabel("Length(bp)")
                  plt.ylabel("Coverage")
                  plt.legend(loc = 'lower right')
                  plt.savefig('ATN_plot.png',dpi = 600)
                  

                  原始数据(部分):

                  contig  length  coverage    pathway Products
                  53  1230    2423    stigmatellin    Yes
                  58  1195    885 curacin Yes
                  65  1161    598 jamaicamide Yes
                  68  1159    8001    jamaicamide Yes
                  79  1113    1423    curacin Yes
                  105 1042    1106    stigmatellin    Yes
                  727 666 223 HSAF (heat stable antifungal factor)    Yes
                  787 655 37  curacin Yes
                  791 654 13  stigmatellin    Yes
                  798 652 49  stigmatellin    Yes
                  844 642 5774    jamaicamide Yes
                  89  1090    13  No  No
                  90  1089    10  No  No
                  91  1086    26  No  No
                  92  1080    16  No  No
                  93  1079    10  No  No
                  94  1079    13  No  No
                  

                  最终曲线图如下:

                  我不喜欢这些斑点的白色边缘。图像的左下部分,其中积累了大部分斑点,看起来太白了。我已经在代码中包含了edgecolors=None,但它似乎不起作用。有人知道如何删除边缘颜色或将其更改为其他颜色吗?

                  推荐答案

                  edgecolors=None替换为linewidth=0

                  类似于:

                  g=sns.scatterplot(x="length", y="coverage", data=df, hue = 'Products', 
                                    linewidth=0, alpha = 0.7)
                  

                  这篇关于如何更改海运散点图中的点边缘颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 数据帧进行分组)

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

                          <small id='3BGQl'></small><noframes id='3BGQl'>

                            <legend id='3BGQl'><style id='3BGQl'><dir id='3BGQl'><q id='3BGQl'></q></dir></style></legend>

                            <tfoot id='3BGQl'></tfoot>