Plots here now
This commit is contained in:
@@ -2234,12 +2234,12 @@ function [tikzMarkerSize, isDefault] = ...
|
||||
% the acute angle (at the top and the bottom of the diamond)
|
||||
% is a manually measured 75 degrees (in TikZ, and MATLAB
|
||||
% probably very similar); use this as a base for calculations
|
||||
tikzMarkerSize = matlabMarkerSize(:) / 2 / atan(75/2 *pi/180);
|
||||
tikzMarkerSize = matlabMarkerSize(:) / 1.7 ;%/ atan(75/2 *pi/180);
|
||||
case {'^','v','<','>'}
|
||||
% for triangles, matlab takes the height
|
||||
% and tikz the circumcircle radius;
|
||||
% the triangles are always equiangular
|
||||
tikzMarkerSize = matlabMarkerSize(:) / 2 * (2/3);
|
||||
tikzMarkerSize = matlabMarkerSize(:) / 1.7;% * (2/3);
|
||||
otherwise
|
||||
error('matlab2tikz:translateMarkerSize', ...
|
||||
'Unknown matlabMarker ''%s''.', matlabMarker);
|
||||
|
||||
Reference in New Issue
Block a user