Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
add figshare ref
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 17, 2019
1 parent 8b6f6b4 commit a924c16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/shapeout.bib
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,13 @@ @Article{Otto2015
publisher = {Springer Nature},
}

@Misc{FigshareRef,
author = {Rosendahl, Philipp and Herold, Christoph and Müller, Paul and Guck, Jochen},
title = {Real-time deformability cytometry reference data},
month = {Feb},
year = {2019},
doi = {10.6084/m9.figshare.7771184.v2},
publisher = {figshare},
}

@Comment{jabref-meta: databaseType:bibtex;}
2 changes: 1 addition & 1 deletion shapeout/gui/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def __init__(self, parent, frame):
color = "red"
self.trace_plot.plot(("x", trid), type="line", color=color,
name=trid)

# convert wx color to something chaco understands
bgcolor = list(np.array(self.GetBackgroundColour()) / 255)
container = ca.HPlotContainer(spacing=70,
Expand Down

0 comments on commit a924c16

Please sign in to comment.