How can I draw graphs by hand?

In summary: It's open source and free.revising the graph then means just editing a few constants in your program.
  • #1
Bipolarity
776
2
I would like to draw plots by hand. Which means I can create the plot, label the axes, and then draw lines on it without having to write their equation. I can also control how the plot looks visually, such as color, scaling etc.

What program can I do this with? More specifically, can I do this with Maple 14?

BiP
 
Physics news on Phys.org
  • #2
If you want to draw plots by hand, what do you need software for?
 
  • #3
Or do you mean that you want to draw plots of graphs programmatically? That is not the same as drawing them by hand.

Bipolarity said:
I would like to draw plots by hand. Which means I can create the plot, label the axes, and then draw lines on it without having to write their equation.

How can you plot a graph without knowing the equation of the function you're graphing? That makes no sense.
 
  • #4
Dang sorry for confusion guys.

By hand I mean I can draw the line as I would using paint rather than having to write the line's equation.

The problem with paint is that I cannot easily use it to label axes (the vertical axes should have its characters vertically; I can't seem to do that in paint).

Also in paint, I can't draw perpendicular lines.

Let me explain what I'm trying to do. I'm writing an economics paper, and need to draw supply and demand lines. They are merely sketches to show qualitative results. But how can draw the supply and demand lines without having to write their equation? And how would I label the axes?

BiP
 
  • #5
Would it be acceptable to import an image into Paint that supplied your axes and labels? Then you could use the "line tool" supplied by Paint to place two points on the image and have it draw a line between those. And you can choose line color, thickness, etc.

If all this is feasible then we have reduced your problem to "Where can I get images with axes and labels like this?" That problem is perhaps better defined and easier to answer, just as soon as we can get the specific description of the axes and labels.
 
  • #6
Bill Simpson said:
Would it be acceptable to import an image into Paint that supplied your axes and labels? Then you could use the "line tool" supplied by Paint to place two points on the image and have it draw a line between those. And you can choose line color, thickness, etc.

If all this is feasible then we have reduced your problem to "Where can I get images with axes and labels like this?" That problem is perhaps better defined and easier to answer, just as soon as we can get the specific description of the axes and labels.

Yup! Exactly what I was thinking but only after reading your post did decided to try it! Maple allows me to draw axes and all label them and all the like but it does not draw lines unless I give equations.

However, Maple allows me to export my graph as a JPEG/bitmap type image which I can edit with paint to supply the lines and use text to label the lines.

Then I finally have my graph in image format! The only problem is that after I use paint I cannot change the axis/label properties of the graph using Maple. So the initial defining of the graph with the axis and axis label must be done meticulously,.

Thank you!

BiP
 
  • #7
One other possibility. You could learn just enough Postscript or PCL, whatever page description language your smart printer of choice uses, and write up a small program in that language to make the printer draw and label your axes and then draw your lines. Doing nothing more complicated than that should mean you only have to learn a handful of commands. Revising the graph then means just editing a few constants in your program.

Another possibility is to have Maple draw both the axes and the lines between points entered by you. It could then display the result for quick verification and when acceptable it could export the image.
 
  • #8
If what you want is to "draw" stuff, then maybe Inkscape could be another option.
 

1. How do I choose the appropriate scale for my graph?

The scale of your graph will depend on the range of values you are plotting. Start by determining the minimum and maximum values on your graph and then choose a scale that evenly divides that range. For example, if your minimum value is 0 and your maximum value is 100, you could choose a scale of 10 (0, 10, 20, 30, etc.) or 5 (0, 5, 10, 15, etc.).

2. What elements should be included in a graph?

A graph should include a title, labels for the x and y axes, and a legend (if applicable). You may also want to include a scale or gridlines to help readers interpret the data accurately.

3. How do I plot data points accurately on a graph?

To plot data points accurately, you will need to determine the coordinates of each point on the graph. The x-coordinate will correspond to the value on your x-axis, and the y-coordinate will correspond to the value on your y-axis. Use a ruler or graph paper to ensure your points are plotted correctly.

4. What type of graph should I use for my data?

The type of graph you should use will depend on the type of data you are plotting. For example, a line graph is useful for showing trends over time, while a bar graph is better for comparing different categories of data. Consider the purpose of your graph and the type of data you have before deciding on a graph type.

5. How can I make my graph visually appealing?

To make your graph visually appealing, use clear and consistent labeling, choose a color scheme that is easy to read, and avoid cluttering the graph with unnecessary elements. You can also use different shapes or patterns for data points or bars to make them easier to distinguish.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
741
  • MATLAB, Maple, Mathematica, LaTeX
Replies
7
Views
969
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
989
  • MATLAB, Maple, Mathematica, LaTeX
Replies
10
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
7
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
Back
Top