Skip to content
Snippets Groups Projects
Commit ae58a15a authored by Lars Hubatsch's avatar Lars Hubatsch
Browse files

Changed plotting.

parent 799c9803
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,9 @@ if strcmp(mode, 'mov')
end
elseif strcmp(mode, 'plot')
figure(20);
cla;
hold on;
xlim([-inf, 10]); ylim([-inf, 2]);
xlim([-inf, 1.0]); ylim([-inf, max(T.sol(:))]);
ax = gca;
ax.FontSize = 12;
xlabel('x [\mum]'); ylabel('volume fraction');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment