Ignore:
Timestamp:
04/25/24 21:59:54 (12 months ago)
Author:
Maciej Komosinski
Message:

Cosmetic / minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified cpp/frams/_demos/geneprops_graph.py

    r1242 r1302  
    4343        segs.append( ((len(n[0]),n[1]),(len(n[0])+1,child[1])) )
    4444
    45 linecol = LineCollection(segs, linewidths=2, linestyle='solid')
     45linecol = LineCollection(segs, linewidths=2, linestyle='solid', color='#ddddff')
    4646ax.add_collection(linecol)
    4747
     
    5555
    5656ax.xaxis.set_visible(False)
     57plt.tight_layout()
    5758plt.show()
Note: See TracChangeset for help on using the changeset viewer.