Skip to main content
1-Visitor
October 6, 2015
Question

GridLines in a Graph

  • October 6, 2015
  • 3 replies
  • 8580 views

Can't find how to show Gridlines in a Graph, X-Y plot.  Express Prime 3.1.

3 replies

19-Tanzanite
October 6, 2015

That's because they don't exist in Mathcad Prime.

gluv1-VisitorAuthor
1-Visitor
October 6, 2015

ok, thank you.

24-Ruby III
October 7, 2015

In this case, you can only use the document grid:

Pic_1.png

gluv1-VisitorAuthor
1-Visitor
October 7, 2015

I need a logarithmic scale.

25-Diamond I
October 7, 2015

The thread is marked as "Assumed Answered", but you should not give up too soon.

It would be rather polite to say, that Primes plotting capabilities are mediocre - its much worse. But sometimes you can help yourself with some self defined utility functions.

Unfortunately you won't be able to use those function in Prime Express after the trial period, because programming is considered a premium feature by PTC and is disabled in Express mode.

As I usually use MC15 I just noticed, that logarithmic scale can only be applied to the ordinate axis! Seriously? That can't be true - am I missing something??

Anyway - here a some routines I just wrote (quick an dirty, not error checking, etc.) which can be used to provide some kind of grids.

The horizontal grid has to be of type "Waterfall Trace".

The vertical grid on  has to be of type "Stem Trace" - no idea why Waterfall Trace does not do the job here.

24-Ruby III
October 8, 2015

Thank you, Werner.