mathematicaコードを実行すると、下記HPのPDFファイルの図形が表示されます。
Plot[{Sin[x], Cos[x]}, {x, 0, 2 \[Pi]},
PlotStyle -> {Directive[PointSize[1/100], Blue], <br /> Directive[PointSize[1/100], Red]}, Frame -> True,
FrameLabel -> {"縦", "横"}, LabelStyle -> Directive[Black, 19],
FrameTicks -> Automatic,
PlotLegends ->
Placed[PointLegend[Automatic, {"sin", "con"}, LabelStyle -> 25,
LegendFunction -> "Frame", LegendLayout -> "Column",
LegendMarkers -> Array[{Graphics@Disk[], 10} &, 3]], {{0.3, <br /> 0.24}, {1, 0.9}}], AspectRatio -> 1.1]
PlotStyle -> {Directive[PointSize[1/100], Blue], <br /> Directive[PointSize[1/100], Red]}, Frame -> True,
FrameLabel -> {"縦", "横"}, LabelStyle -> Directive[Black, 19],
FrameTicks -> Automatic,
PlotLegends ->
Placed[PointLegend[Automatic, {"sin", "con"}, LabelStyle -> 25,
LegendFunction -> "Frame", LegendLayout -> "Column",
LegendMarkers -> Array[{Graphics@Disk[], 10} &, 3]], {{0.3, <br /> 0.24}, {1, 0.9}}], AspectRatio -> 1.1]
http://www.geocities.jp/etctransformation/mathematica.pdf
このmathematicaの図形だけを、mathematicaでpsファイルとして、保存します。
それを、texで下記のコードを実行すると、下記HPのPDFファイルが表示されます。
それを、texで下記のコードを実行すると、下記HPのPDFファイルが表示されます。
\documentclass[dvipdfmx]{jarticle}
\usepackage{graphicx}
%\makeatletter
%\renewcommand{\thefigure}{%<br />%\thesection.\arabic{figure}}%
%\@addtoreset{figure}{section}%
%\makeatother
%\usepackage{subfigure}
\begin{document}
\usepackage{graphicx}
%\makeatletter
%\renewcommand{\thefigure}{%<br />%\thesection.\arabic{figure}}%
%\@addtoreset{figure}{section}%
%\makeatother
%\usepackage{subfigure}
\begin{document}
\begin{figure}
%\begin{center}
\includegraphics[height=20cm,width=20cm]{fig1.ps}
\caption{正弦波}
%\end{center}
\end{figure}
\end{document}
http://www.geocities.jp/etctransformation/sample.pdf
図の周りの空白が多いので、加工する必要があります。
以上のプロセスのどの段階で、加工等をすれば、綺麗に図形が表示するでしょうか?
追伸
今まで
①mathematicaをPDFで保存
②PDFを加工
③PDF→jpegに変換
④jpeg→epsに変換
でやってましたが、変換が多すぎて、画質が悪くなるような気がします。
今まで
①mathematicaをPDFで保存
②PDFを加工
③PDF→jpegに変換
④jpeg→epsに変換
でやってましたが、変換が多すぎて、画質が悪くなるような気がします。
①mathematica→psに変換。
②psを加工
で使いたいです。
②psを加工
で使いたいです。