Home

Awesome

<p align="center"> <img src="http://github-files-qiu.oss-cn-beijing.aliyuncs.com/ZoomPlot-MATLAB/figure-1.gif"> </p> <h3 align="center">ZoomPlot</h3> <p align="center">MATLAB Code for Interactive Magnification of Customized Regions.</p> <p align="center">Version 1.5.1, 5-FEB-2024</p> <p align="center">Email: iqiukp@outlook.com</p> <div align=center> <img src="https://img.shields.io/github/v/release/iqiukp/ZoomPlot?label=version" /> <img src="https://img.shields.io/github/repo-size/iqiukp/ZoomPlot" /> <img src="https://img.shields.io/github/languages/code-size/iqiukp/ZoomPlot" /> <img src="https://img.shields.io/github/languages/top/iqiukp/ZoomPlot" /> <img src="https://img.shields.io/github/stars/iqiukp/ZoomPlot" /> <img src="https://img.shields.io/github/forks/iqiukp/ZoomPlot" /> </div> <hr />

✨ Main features

⚠️ Requirements

👉 How to use

  1. Add BaseZoom.m and parameters.json to MATLAB search path or current working directory
  2. After completing the basic drawing, enter the following two lines of code in the command line window or your m-file:
% add a zoomed zone
zp = BaseZoom();
zp.run;

if multiple zoomed zones are required, for example, 3 zoomed zones, the code is as follows:

% add 3 zoomed zones
zp = BaseZoom();
zp.run;
zp.run;
zp.run;

⚠️⚠️⚠️ For More details please see the manual.pdf.

✨ About manual.pdf:

The manual.pdf file is the official user manual for the ZoomPlot MATLAB code. It provides users with detailed instructions on using the code, including the syntax, descriptions, example code, and requirements to run the ZoomPlot for interactive magnification of plots and images within MATLAB.

👉 Examples for image class

Multiple types of image are supported for interactive magnification of customized regions in the ZoomPlot.

<p align="center"> <img src="https://github-files-qiu.oss-cn-beijing.aliyuncs.com/ZoomPlot-MATLAB/image_group.gif" width = "60%"> </p>

👉 Examples for figure class

Multiple zoomed zones are supported for figure class.

<p align="center"> <img src="https://github-files-qiu.oss-cn-beijing.aliyuncs.com/ZoomPlot-MATLAB/figure_group.gif" width = "60%"> </p>

Star History

Star History Chart