Ignore:
Timestamp:
Mar 11, 2025, 9:51:39 PM (3 days ago)
Author:
sommeria
Message:

add loglin histogram in uvmat and image rescale in civ_series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r1158 r1175  
    409409
    410410%% prepare the string for plot command
     411if isfield(PlotParam,'Type')&& strcmp(PlotParam.Type,'semilogx')
     412   plotstr='hhh=semilogx(';
     413else
    411414plotstr='hhh=plot(';
     415end
    412416xtitle='';
    413417ytitle='';
Note: See TracChangeset for help on using the changeset viewer.