graphing in matlab

toughwimp11

Senior member
May 8, 2005
415
0
76
How do i make a graph in matlab so that it shows a "dot dot dot" format with graphs. For example. I'm trying to make a bar graph of 4 points which are 2000, 100, 50, 10. I dont want the graph to be split equally distributed to 2000 because then the other points all seem very similar, so is there a way to have 0-100 and then a dot dot dot 2000 in the graph?
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
This is a topic that you might get better results with in either Highly Technical or Software for Windows. You might get a hit here too, just not from me :). So here's a bump for you anyway.
 

degibson

Golden Member
Mar 21, 2008
1,389
0
0
You can try actually placing the '2000' point at, say, 110, but explicitly labeling it '2000' via Text(). Also, you can draw '. . .' manually with plot(), if you so desire.