1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-17 14:57:05 +01:00

Merge branch 'master' into new_fit

# Conflicts:
#	lib/Plot.hpp
This commit is contained in:
2016-04-06 18:40:14 +01:00
3 changed files with 57 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public:
#define PlotMatrix(m)\
PlotRange(Axis::x, -.5, (m).cols() - .5) <<\
PlotRange(Axis::y, -.5, (m).rows() - .5) <<\
PlotRange(Axis::y, (m).rows() - .5, -.5) <<\
PlotMatrixNoRange(m)
/******************************************************************************