Skip to content

Commit

Permalink
Merge branch 'development' into feat/chord-diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Nov 7, 2023
2 parents f8c4fe4 + f2649ca commit e0002de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyneuroml/plot/Plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ def generate_plot(
label = "" if not labels else labels[i]
marker = rcParams["lines.marker"] if not markers else markers[i]
linewidth = rcParams["lines.linewidth"] if not linewidths else linewidths[i]
markersize = (
rcParams["lines.markersizes"] if not markersizes else markersizes[i]
)
markersize = rcParams["lines.markersize"] if not markersizes else markersizes[i]

if colors:
plt.plot(
Expand Down

0 comments on commit e0002de

Please sign in to comment.