Jump to content

Recommended Posts

Posted

I have a project in biology with many equations (mostly ODE and PDE). I use LaTeX (MikTeX/TeXnicCenter) and Maple for plotting functions. I convert them to PNG so TeXnicCenter can compile my work in PDF. But the quality is not very good. I saw many PDF with mathematical model where you could "zoom in" without lossing much quality, how ? I know you can draw lines, and cercles with LaTeX but ODE are far too complex.

Posted

I have no problem with equations, there's nothing better than LaTeX for equations. I have a problem with graphics, plotting functions and ODE.

Posted

It's the quality of the PNG, and probably also the fact that I'm manually converting Maple's graphic to PNGs.

 

The best would probably be to produce the graphic directly with LaTeX, but I don't know how.

Posted

The easiest way to get extremely high quality graphics is to export the plots as an EPS/PS file. These can then be automagically included as LaTeX figures using something like the graphicx package. Just be aware you can't create PDFs easily with PS figures.

 

The method I used was to export as PS, then convert to PNG using something like Photoshop or Imagemagick. Once I'd done this I was left with a reasonably high quality PNG, which I was then able to include easily in a PDF. I used a combination of GNU Octave/Gnuplot to do this, and I'm not 100% sure how you should do this in Maple, but I think this is probably your best bet.

Posted

Thanks dave !

 

I'll give Octave/GNUplot a try (if I can found a good guide), it seems to be able to plot differentials equations.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.