Skip to content

Commit 98a4422

Browse files
committed
add "Multispecies Multitrait Phenotype ~ Time" plot
1 parent 21f48d0 commit 98a4422

12 files changed

Lines changed: 853 additions & 49 deletions

QtSLiM/QtSLiM.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ SOURCES += \
200200
QtSLiMGraphView_AgeDistribution.cpp \
201201
QtSLiMGraphView_CustomPlot.cpp \
202202
QtSLiMGraphView_LifetimeReproduction.cpp \
203+
QtSLiMGraphView_MultispeciesMultitraitPhenotypeOverTime.cpp \
203204
QtSLiMGraphView_MultispeciesPopSizeOverTime.cpp \
204205
QtSLiMGraphView_PopFitnessDist.cpp \
205206
QtSLiMGraphView_PopSizeOverTime.cpp \
@@ -251,6 +252,7 @@ HEADERS += \
251252
QtSLiMGraphView_AgeDistribution.h \
252253
QtSLiMGraphView_CustomPlot.h \
253254
QtSLiMGraphView_LifetimeReproduction.h \
255+
QtSLiMGraphView_MultispeciesMultitraitPhenotypeOverTime.h \
254256
QtSLiMGraphView_MultispeciesPopSizeOverTime.h \
255257
QtSLiMGraphView_PopFitnessDist.h \
256258
QtSLiMGraphView_PopSizeOverTime.h \

QtSLiM/QtSLiMGraphView.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ bool QtSLiMGraphView::missingFocalDisplaySpecies(void)
202202

203203
void QtSLiMGraphView::updateSpeciesBadge(void)
204204
{
205-
// graphs that do not have a focal species, such as QtSLiMGraphView_MultispeciesPopSizeOverTime, have no species badge
205+
// graphs that do not have a focal species, such as QtSLiMGraphView_MultispeciesPopSizeOverTime
206+
// and QtSLiMGraphView_MultispeciesMultitraitPhenotypeOverTime, have no species badge
206207
if (focalSpeciesName_.length() == 0)
207208
return;
208209

0 commit comments

Comments
 (0)