josecamachop / MEDA-Toolbox

Multivariate Exploratory Data Analysis Toolbox for Matlab
GNU General Public License v3.0
30 stars 17 forks source link

Update plot_vec.m #50

Closed mdarmstr closed 1 year ago

mdarmstr commented 1 year ago

Adding functionality for cases where the axis labels are too long. Accounting for the limited plotting functionality in Octave.

josecamachop commented 1 year ago

I pulled an alternative solution in commit https://github.com/josecamachop/MEDA-Toolbox/commit/6e33de1d0aa45e5c8d2928771c506fa654f0b68d

The alternative still uses the labels object of the figure, which I think it's better, and it is also applied to plot_map

Please, be reminded that you can always select programatically the labels you would like to print in a crowded plot_vec/plot_map image, e.g., labels = {'', 'label_2',''} if you only want to plot one of the three labels