Graph Display showing X Ticks ito PI - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Graph Display showing X Ticks ito PI (/thread-10468.html) |
Graph Display showing X Ticks ito PI - MullenJohn - 04-08-2018 08:25 PM Help, Is there a way to label/show the x-coordinates in terms of PI instead of decimal numbers in a Plot display? The Plot display would be able to label the vertical grid lines as 0,pi/3, 2pi/3, pi, 4pi/3, 6pi/3, 2pi. Thanks - Cheers! RE: Graph Display showing X Ticks ito PI - Arno K - 04-08-2018 08:43 PM I think you noticed that there is a Plot-Setup with Shift where you can enter some values for your x-and y-range and the tickmarks, side 2 lets you choose some further details. Arno RE: Graph Display showing X Ticks ito PI - Tim Wessman - 04-09-2018 03:36 PM Hello, There is currently not any way to do values of pi or similar on your axes - it is numeric only. You can type in things like pi/2 for your min/max, but it will evaluate them. This is on our list of future graphing changes to implement. RE: Graph Display showing X Ticks ito PI - MullenJohn - 04-09-2018 07:01 PM Thank you Arno and Tim! I will be looking forward to your future graphing changes to implement PI segment labels on the Plot display. I have used the PI/6 for the "X Tick" and 0 ... 2*PI for the "X Rng" in the Plot Setup but it would be nice if the X-Values could be displayed in terms of PI. Cheers! RE: Graph Display showing X Ticks ito PI - StephenG1CMZ - 04-09-2018 07:44 PM As a workaround one could use a numeric X axis (1/3, 2/3, 1 perhaps) and multiply by Pi in the formula. Would that help? |