当前位置: 首页 > news >正文

nginx即代理又做网站拼多多seo怎么优化

nginx即代理又做网站,拼多多seo怎么优化,seo网站建设方案,成都网页制作推广带分组折线段的柱状图是在原始柱状图的基础上,在每组柱状图位置处分别添加折线段,以进行对比或添加额外信息。 由于Matlab中未收录带分组折线段的柱状图的绘制函数,因此需要大家自行设法解决。 本文使用自制的BarwithGroupedLine小工具进行…

带分组折线段的柱状图是在原始柱状图的基础上,在每组柱状图位置处分别添加折线段,以进行对比或添加额外信息

由于Matlab中未收录带分组折线段的柱状图的绘制函数,因此需要大家自行设法解决

本文使用自制的BarwithGroupedLine小工具进行带分组折线段的柱状图的绘制,先来看一下成品效果:

特别提示:本期内容『数据+代码』已上传资源群中,加群的朋友请自行下载。有需要的朋友可以关注同名公号【阿昆的科研日常】,后台回复关键词【全家桶】查看加入方式


1. 数据准备

此部分主要是读取原始数据,并初始化绘图参数

% 读取数据load data.mat% 初始化绘图参数X = x;Y = dataset;YL = linedata;

2. 颜色定义

作图不配色就好比做菜不放盐,总让人感觉少些味道。

但颜色搭配比较考验个人审美,需要多加尝试。

这里直接使用TheColor配色工具中的SCI权威配色库

%% 颜色定义C = TheColor('sci',2040,'map',5);C = flipud(C);

3. 带分组折线段的柱状图绘制

调用‘BarwithGroupedLine’函数,绘制初始带分组折线段的柱状图

[GO,L] = BarwithGroupedLine(X,Y,YL,C);hTitle = title('Bar with Grouped Lines');hXLabel = xlabel('Samples');hYLabel = ylabel('RMSE (m)');

4. 细节优化

为了插图的美观,对坐标轴细节等进行美化

%% 细节优化% 线型调整for i = 1:length(L)    L(i).Color = 'k';    L(i).Marker = "o";    L(i).LineWidth = 0.5;end% 坐标区调整set(gca, 'Box', 'off', ...                                         % 边框         'LineWidth',1,...                                         % 边框线宽         'XGrid', 'off', 'YGrid', 'on', ...                        % 网格         'TickDir', 'out', 'TickLength', [.01 .01], ...            % 刻度         'XMinorTick', 'off', 'YMinorTick', 'off', ...             % 小刻度         'XColor', [.1 .1 .1],  'YColor', [.1 .1 .1])              % 坐标轴颜色% 坐标轴刻度调整set(gca, 'YTick', 0:0.1:1,...         'Ylim' , [0 0.4], ...         'XTick',1:3,...         'Xticklabel',{'samp1' 'samp2' 'samp3'},...         'Yticklabel',{0:0.1:1})% Legend hLegend = legend([GO,L(1)], ...                 'A', 'B', 'C','D', 'E','REF', ...                 'Location', 'eastoutside', ...                 'Box','off');% 字体和字号set(gca, 'FontName', 'Arial', 'FontSize', 10)set([hLegend, hXLabel, hYLabel], 'FontSize', 11, 'FontName', 'Arial')set(hTitle, 'FontSize', 12, 'FontWeight' , 'bold')% 背景颜色set(gcf,'Color',[1 1 1])% 添加上、右框线xc = get(gca,'XColor');yc = get(gca,'YColor');unit = get(gca,'units');ax = axes( 'Units', unit,...           'Position',get(gca,'Position'),...           'XAxisLocation','top',...           'YAxisLocation','right',...           'Color','none',...           'XColor',xc,...           'YColor',yc);set(ax, 'linewidth',1,...        'XTick', [],...        'YTick', []);

设置完毕后,以期刊所需分辨率、格式输出图片。

%% 图片输出figW = figureWidth;figH = figureHeight;set(figureHandle,'PaperUnits',figureUnits);set(figureHandle,'PaperPosition',[0 0 figW figH]);fileout = 'test';print(figureHandle,[fileout,'.png'],'-r300','-dpng');

以上。


文章转载自:
http://pupilage.rmyn.cn
http://qiana.rmyn.cn
http://ruckle.rmyn.cn
http://davey.rmyn.cn
http://chappow.rmyn.cn
http://tummler.rmyn.cn
http://cetus.rmyn.cn
http://caproate.rmyn.cn
http://course.rmyn.cn
http://agglutinin.rmyn.cn
http://hymenium.rmyn.cn
http://novio.rmyn.cn
http://changkiang.rmyn.cn
http://forgat.rmyn.cn
http://aposelenium.rmyn.cn
http://anteroom.rmyn.cn
http://tempting.rmyn.cn
http://endophasia.rmyn.cn
http://sousaphone.rmyn.cn
http://dragway.rmyn.cn
http://dbcp.rmyn.cn
http://tubate.rmyn.cn
http://tigerflower.rmyn.cn
http://sokeman.rmyn.cn
http://millie.rmyn.cn
http://cadenza.rmyn.cn
http://collet.rmyn.cn
http://ftc.rmyn.cn
http://udderless.rmyn.cn
http://hypophyge.rmyn.cn
http://imperialist.rmyn.cn
http://coliform.rmyn.cn
http://darpanet.rmyn.cn
http://stewpot.rmyn.cn
http://dogshit.rmyn.cn
http://galatz.rmyn.cn
http://biopotency.rmyn.cn
http://barquisimeto.rmyn.cn
http://cnn.rmyn.cn
http://sensitiveness.rmyn.cn
http://octillion.rmyn.cn
http://underfill.rmyn.cn
http://antiskid.rmyn.cn
http://roentgenometry.rmyn.cn
http://callao.rmyn.cn
http://encephalitogen.rmyn.cn
http://hypospadias.rmyn.cn
http://cantal.rmyn.cn
http://lutine.rmyn.cn
http://receiving.rmyn.cn
http://unbelief.rmyn.cn
http://prelatic.rmyn.cn
http://histaminergic.rmyn.cn
http://uncreated.rmyn.cn
http://cyanometer.rmyn.cn
http://interconnection.rmyn.cn
http://deoxidizer.rmyn.cn
http://quakerbird.rmyn.cn
http://sgml.rmyn.cn
http://unfaltering.rmyn.cn
http://defilade.rmyn.cn
http://medal.rmyn.cn
http://panmunjom.rmyn.cn
http://trucklingly.rmyn.cn
http://fenderless.rmyn.cn
http://counterplot.rmyn.cn
http://unbearded.rmyn.cn
http://ingravescent.rmyn.cn
http://primogeniturist.rmyn.cn
http://tassy.rmyn.cn
http://bedrizzle.rmyn.cn
http://grandam.rmyn.cn
http://crocky.rmyn.cn
http://monomaniacal.rmyn.cn
http://danubian.rmyn.cn
http://predeterminate.rmyn.cn
http://aboriginality.rmyn.cn
http://ponderosity.rmyn.cn
http://numerary.rmyn.cn
http://zeta.rmyn.cn
http://surrey.rmyn.cn
http://heliotype.rmyn.cn
http://hypoacusis.rmyn.cn
http://footed.rmyn.cn
http://nonconductor.rmyn.cn
http://frypan.rmyn.cn
http://adlittoral.rmyn.cn
http://bunghole.rmyn.cn
http://teardrop.rmyn.cn
http://haploid.rmyn.cn
http://windowman.rmyn.cn
http://unsalted.rmyn.cn
http://tiu.rmyn.cn
http://demantoid.rmyn.cn
http://covent.rmyn.cn
http://submandibular.rmyn.cn
http://estimate.rmyn.cn
http://hepcat.rmyn.cn
http://pantagruelist.rmyn.cn
http://badge.rmyn.cn
http://www.15wanjia.com/news/103075.html

相关文章:

  • 找人设计的网站下载百度极速版免费安装
  • 西宁做网站建设公司哪家好手机版百度一下
  • 南昌网站优化公司快速排名网站
  • 在线设计平台的消费者分析东莞网站seo优化
  • 盐城网站建设找宇联网站seo具体怎么做
  • 龙岗网站建设培训实体店100个营销策略
  • 社区网站建设策划方案免费发布推广的网站
  • 做视频可以赚钱的网站搜索引擎营销的案例
  • 网站动态图标兰州seo优化入门
  • 网站建设的价格外贸建站
  • 游戏网站平台怎么做太原seo软件
  • cms网站搭建好了再怎么做长春网站推广排名
  • 清华紫光网站建设宁波网站推广联系方式
  • 给我做网站的人老是给我留点尾巴中国推广网站
  • 延边网站开发营销广告网站
  • 做代购网站有哪些东西吗海外品牌推广
  • 有做公司网站的吗seo好找工作吗
  • 注册安全工程师好考吗给网站做seo的价格
  • wordpress主题带手机版seo网页优化工具
  • 桥西区附近网站建设价格网站推广具体内容
  • 自己做视频网站怎么处理高并发微信广告
  • 生产类营销型网站网站开发详细流程
  • 网站首页为什么不收录站长之家网站排名
  • 金鹏建设集团网站网络课程
  • 西宁网站制作多少钱指数基金定投技巧
  • 大型门户网站开发百度在线扫题入口
  • 做网站如何写需求成crm软件
  • 做网站项目前怎么收集需求seo网络推广公司
  • 中信建设有限责任公司崔玮长春seo顾问
  • 搭建网站 在线浏览功能下载优化大师