Giter VIP home page Giter VIP logo

figurebest-2.0's Introduction

FigureBest 2.0

A MATLAB plugin for automatic beautification of data plots

1. 简介(brief introduction)

由bilibili/微信公众号 @图通道 开发 点此直达

Developer's homepage and latest version click here

最新版为FigureBest 4.3 点此直达

The latest version is FigureBest 4.3 click here

获取最新版与支持开发 点此直达

Get the latest version and support development Click here


可以将随手绘制的MATLAB数据图变得异常美观的GUI插件,一键傻瓜式操作。 2.0目前确认支持R2019a及之后的版本,更早的版本需要大家自己下载适配!

It is a GUI plug-in that can turn the MATLAB data graph drawn by hand into an exceptionally beautiful, and the operation is very simple. 2.0 is currently confirmed to support R2019a and later versions, and earlier versions need to be downloaded and adapted by yourself!

2. 使用帮助(how to use)

2.1 方式1:从main.m启动,无GUI (start from main.m without GUI)

%%  用法说明
%   =========================需要关注的问题=================================
%   1)关注dimentionControl矩阵,非自动化输入参量,决定了当前axes是2(默认)/3维。
%   2)调节三维图形的视角在Axes3DView函数中(目前只有单张图优化较好,因为图例在旋转)
%   =============================输出======================================
%   isOUT==0决定了图片不输出,改为1就会输出(默认输出为myFigureNmae.png)
%   更改输出的格式在myExportFigure改,比如分辨率,png?jpg?,保存的名字等
%   ============================怎么用=====================================
%   在 controlAxes函数中输入“标题,坐标轴的标签”等
%   调节”曲线线宽”在controlLine函数中
%   “图例”的大小在controlLegend中调节handleLegend.FontSize大小改变(MATLAB会自己调好位置)
%   单张图片已经最优,多张图片注意调节字体大小等参数,默认10Pt
%   已经存在的“图例”只会修改样式不会修改内容,可以保护内容
%   已经存在的用Latex语言写的文本不会被覆盖,但是样式不受Matlab控制,受Latex语法控制
%   已经完美支持的图类型:plot线图系列,bar,pie,histgram....
%   处理哪幅图??
%% 您想处理哪一幅图????
iNumber=1;%图片左上角数字
%% 定义全局变量,与controlAll()中同步更新
global isOut;                       %是否输出图片
global name;                        %输出图片名称
global iColor;                      %选择ColorOrder色系
global Dimention;                   %选择2/3维度绘图
global idrawType                    %以何种风格绘图1,2,3...
%................................   %更新中

%% 主要选择参数
isOut=1;                            %是否输出图片
name='color22style2';                %输出图片名称
iColor=42;                          %选择ColorOrder色系
Dimention=2;                        %选择2/3维度绘图
idrawType=2;                        %以何种风格绘图1,2,3...
...........................        %更新中
%%  开始正式处理
controlAll(iNumber);
%function handleMyFigure=controlFigure(iNumber)

2.2 从figurebestgui.m启动,GUI界面操作 (start from figurebestgui.m with GUI)

2.3 双击安装FigureBest_Pre(GUI).mlappinstall (double click FigureBest_Pre(GUI).mlappinstall to install)

figurebest-2.0's People

Contributors

tutusjtu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.