phetsims / neuron

"Neuron" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 3 forks source link

Use griddle's XYCursorChartNode for the MembranePotentialChart #144

Open jessegreenberg opened 4 years ago

jessegreenberg commented 4 years ago

A cursor plot was added to griddle that was influenced heavily by the MembranePotentialChart, though used in energy-skate-park.. The MembranePotentialChart could be re-written to use this common component.

Similar to #52, but that issue referenced a few other things mentioned that I wasn't familiar with with so I made this issue just for using XYCursorPlotNode.

pixelzoom commented 3 years ago

I came to this same conclusion while evaluating griddle for Fourier. The class is now named XYCursorChartNode.