Allowing Students to Label Axes Directly in the Graph

Hi everyone,

Is there a way to let students label the axes directly within the graph component? Right now, I’ve connected the table to the axis labels, but I’d really like students to be able to type the labels directly into the graph itself.

Best,

Halil

can you give a link to make it easier?

Using a sketch component, students could place a text box, but there’s currently not any way to reference their input, and there’s nothing native in the graph to do so.

This can be done with Editable Point Labels and using the points as proxies for axes labels.

I’ve used this before to good effect with students. Looks like this:

labels

Here you go: Graph Labels • Activity by Mike Gleeson

1 Like

Those weren’t intended to get out in the wild. I don’t think we use them internally anymore. They can be glitchy.

I’ve heard that. However I’ve always found that take kind of interesting…

I’ve seen them in at least one official Desmos Activity sometime in the past. More importantly though they’re deliberately exposed through Authoring Features in the Desmos Graphing Calculator itself: https://www.desmos.com/calculator?advancedStyling=

So… I’m not sure what it means that they weren’t intended to get out in the wild as they’ve been quite deliberately enabled in the calculator itself for years by Desmos.

Anyway for this use-case I think it’s probably the ideal solution and though it’s been said it’s “brittle”, I have to report that I’ve never had any issues with it. My students find it works great in our Activities for things like this.

1 Like

What I mean is there’s not any simple interface in the calculator that makes them readily available without the flag. The brittle part is referencing the labels in CL, so your validation isn’t always guaranteed. Glad it’s worked well for you though!

1 Like

This is great. Thanks, Mike!