Ignore:
Timestamp:
Mar 12, 2025, 8:13:18 PM (2 days ago)
Author:
sommeria
Message:

background image introduced for civ1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r1176 r1177  
    409409
    410410%% prepare the string for plot command
     411plotstr='hhh=plot(';
    411412if isfield(PlotParam,'Type')
    412413    switch PlotParam.Type
     
    417418        case 'loglog'
    418419            plotstr='hhh=loglog(';
    419         otherwise
    420             plotstr='hhh=plot(';
    421420    end
    422421end
Note: See TracChangeset for help on using the changeset viewer.