当前位置:网站首页>Recommend an open source free drawing software draw IO exportable vector graph
Recommend an open source free drawing software draw IO exportable vector graph
2022-04-23 20:17:00 【smile-yan】
Problem description
About drawing , Microsoft Visio It's a good choice , But not supported mac Next use , I won't support it linux Desktop system , And it's a paid software .
Recommend a free software , The official website address is draw.io, Don't rush to download and install locally , You can try to draw on the line , The trouble with browser based image rendering is that you need to wait for loading at the beginning of this period of time , It's usually faster .

Downloading and installing the desktop version is just as easy , Go https://github.com/jgraph/drawio-desktop/releases/ Download and install the latest version . contain windows 、mac as well as linux Version of .
Insert data formula
You need to set the data formula , As shown in the figure : First click on the top Other , And then click Mathematical typesetting that will do .

Then you can start writing data formulas , After writing, click elsewhere to see the effect .


Export vector graph eps
In fact, I personally think draw.io export eps Than visio A little more convenient , Although they are exported first pdf Re convert to eps Format .
use first draw.io Draw pictures , After drawing , Click on the top left file (File), Choose... Below Export to And select pdf Format .
Be careful : Single page export is recommended , So you don't have to cut .

In this way, the exported will automatically crop the boundary , There won't be many blanks .
Then use Acrobat Pro open pdf file , find export The function of . choice embedded PostScript.

The exported will be eps Format picture .
The input of Greek letters
If you need to enter Greek letters , It is recommended to use the input method directly Greek alphabet option , Then open the soft keyboard and enter , It's more convenient . For example, Sogou input method .
ασφγηξκλζχψωβνμξγ



In this case, it can replace the previous mathematical formula , Because if you use $$ The mathematical formula $$ Then convert it to eps When the format , Will become Not optional . This should be related to eps The format of the picture has some conflicts , So we should not consider this method as much as possible .
For other Fonts
For example, it is often used when writing formulas mathcal How to write it A \mathcal{A} A yes $$\mathcal{A}$$ . In this case ,draw.io It can also be converted to this form , As mentioned above , But that “ Unselectable ” How to solve the problem of ?
Consider a small trick : stay Write the same letters in the same position with the background color . in other words , Use the data formula to write , Another time, write in normal font , But the color is consistent with the background color , If when exporting pdf When you file , When this character is selected , In fact, the background color is selected A , instead of A \mathcal{A} A . But the effect has been achieved .
summary
Share some methods and tools for writing papers , I hope I can help my friends .
Smileyan
2022.1.19 23:45
版权声明
本文为[smile-yan]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210553133356.html
边栏推荐
- Building the tide, building the foundation and winning the future -- the successful holding of zdns Partner Conference
- [talkative cloud native] load balancing - the passenger flow of small restaurants has increased
- 【问题解决】‘ascii‘ codec can‘t encode characters in position xx-xx: ordinal not in range(128)
- Mysql database - single table query (III)
- SIGIR'22「微软」CTR估计:利用上下文信息促进特征表征学习
- Computing the intersection of two planes in PCL point cloud processing (51)
- 如何做产品创新?——产品创新方法论探索一
- DNS cloud school | analysis of hidden tunnel attacks in the hidden corner of DNS
- nc基础用法2
- MySQL advanced lock - overview of MySQL locks and classification of MySQL locks: global lock (data backup), table level lock (table shared read lock, table exclusive write lock, metadata lock and inte
猜你喜欢

波场DAO新物种下场,USDD如何破局稳定币市场?

Openharmony open source developer growth plan, looking for new open source forces that change the world!

Compact CUDA tutorial - CUDA driver API

The textarea cursor cannot be controlled by the keyboard due to antd dropdown + modal + textarea

DNS cloud school | quickly locate DNS resolution exceptions and keep these four DNS status codes in mind

山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(六)

山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(五)

Software College of Shandong University Project Training - Innovation Training - network security shooting range experimental platform (8)
Handwritten Google's first generation distributed computing framework MapReduce

山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(七)
随机推荐
Electron入门教程4 —— 切换应用的主题
Openharmony open source developer growth plan, looking for new open source forces that change the world!
论文写作 19: 会议论文与期刊论文的区别
Comment créer un pass BEP - 20 sur la chaîne BNB
How to create bep-20 pass on BNB chain
NC basic usage 3
AQS learning
WordPress插件:WP-China-Yes解决国内访问官网慢的方法
SRS deployment
Introduction to electron tutorial 3 - process communication
Still using listview? Use animatedlist to make list elements move
Electron入门教程3 ——进程通信
2022 - Data Warehouse - [time dimension table] - year, week and holiday
Mysql database - single table query (I)
Understanding various team patterns in scrum patterns
Error reported by Azkaban: Azkaban jobExecutor. utils. process. ProcessFailureException: Process exited with code 64
JDBC tool class jdbcconutil gets the connection to the database
R语言使用caret包的preProcess函数进行数据预处理:对所有的数据列进行BoxCox变换处理(将非正态分布数据列转换为正态分布数据、不可以处理负数)、设置method参数为BoxCox
Sqoop imports data from Mysql to HDFS using lzop compression format and reports NullPointerException
PCL点云处理之基于PCA的几何形状特征计算(五十二)