博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
LaTeX - 笛卡尔叶形线
阅读量:6520 次
发布时间:2019-06-24

本文共 1106 字,大约阅读时间需要 3 分钟。

hot3.png

\documentclass[10pt,x11names, pdf]{standalone}\usepackage{pstricks-add}%\usepackage{pst-func, pst-plot}\begin{document}\psset{algebraic=true,dimen=middle,dotstyle=o,linewidth=0.8pt,arrowsize=3pt 2,arrowinset=0.25,unit=3,plotpoints = 2000}\begin{pspicture*}(-2,-2)(2,2) \psset{linecolor =SteelBlue4, linewidth = 1.2pt} \pscustom[fillstyle = solid, fillcolor =lightgray!25!LightSteelBlue2!10!]{ \parametricplot{-0.99}{0}{3*t/(1 + t^3) | 3*t^2/(1 + t^3)} \parametricplot{-600}{-1.01}{3*t/(1 + t^3) | 3*t^2/(1 + t^3)} }\pscustom[fillstyle = solid, fillcolor =LightSteelBlue2!25! ]{ \parametricplot{0}{5}{3*t/(1 + t^3) | 3*t^2/(1 + t^3)} \parametricplot{5}{200}{3*t/(1 + t^3) | 3*t^2/(1 + t^3)} \closepath } %\psline[linewidth = 0.4pt, linecolor = black](-2.5; 45)(2.5 ; 45) \psline[linewidth = 0.4pt, linecolor = black](-2,1)(2,-3)\psaxes[linecolor=gray,xAxis=true,yAxis=true,labels=none,ticks=none]{->}(0,0)(-2,-2)(2,2)\rput(-0.1,-0.1){$O$}\rput(1.95,-0.1){$x$}\rput(-0.1,1.95){$y$}\rput(-0.5,-0.08){$a$}\rput(-0.08,-0.5){$a$}\end{pspicture*}\end{document}

转载于:https://my.oschina.net/shaodongtang/blog/2252891

你可能感兴趣的文章
iOS获取APP ipa 包以及资源文件
查看>>
CentOS 7 关闭启动防火墙
查看>>
Vue-选项卡切换
查看>>
linux网络命令
查看>>
nodejs ejs 请求路径和静态资源文件路径
查看>>
4.1 State Snapshot Transfer
查看>>
C++小代码
查看>>
记一次思维转变的时刻
查看>>
phpcms v9 中的数据库操作函数
查看>>
远程桌面无法复制粘贴
查看>>
bzoj2754
查看>>
redis liunx下安装和配置
查看>>
Asp.Net MVC 学习心得 之 View
查看>>
STL - Map - 运行期自定义排序
查看>>
Oil Deposits
查看>>
poj3984 迷宫问题(简单搜索+记录路径)
查看>>
Linux 服务器buff/cache清理
查看>>
算法试题 及其他知识点
查看>>
php课程---Json格式规范需要注意的小细节
查看>>
hadoop hdfs notes
查看>>