1

I am required to use Python for engineering project. Need to create many graphs, including surface plots. In the past I used Matlab for plotting and really liked it. I was wandering if there is a module/package/extension which bring similar capability into Python.

To be more specific, I need piloting for 2 different reasons.

  1. To understand how functions behave. Something quick and dirty would do it.

  2. Publication/presentation. Ability to add labels, legend, grid, customise colour, axis properties etc.

3
  • possible duplicate of python library to plot graph Commented Mar 22, 2011 at 1:39
  • Looks like a duplicate. I vote to lock my own question :) Commented Mar 22, 2011 at 1:44
  • Yes. There are a bunch of dups of this question. Here's another one, and another one. Commented Mar 22, 2011 at 1:45

2 Answers 2

2

Try matplotlib, it's pretty extensive and has a shell similar to MATLAB / Mathematica.

Sign up to request clarification or add additional context in comments.

Comments

1

I suspect matplotlib.pyplot would be right up your alley.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.