Reprocess: added --skip option (to skip frames when reprocessing). Rtabmap: always save Loop/Map_id/ stat. UPlot: export NaN insted of NA for invalid values (compatible with octave). GraphViewer and ImageView: added support for PDF output format, also changed default directory to User's Pictures standard folder.

This commit is contained in:
matlabbe
2020-09-21 19:32:48 -04:00
parent 3d33370e4c
commit eef0a23b1b
5 changed files with 181 additions and 78 deletions

View File

@@ -1743,7 +1743,7 @@ void UPlotLegend::contextMenuEvent(QContextMenuEvent * event)
{
if(uIsNan(axes[j][i]))
{
text.append("NA");
text.append("NaN"); // NaN is interpreted by default as NaN in MatLab/Octave
}
else
{