Typical data visualizations in neuroscience flatten 3D space into just two dimensions, limiting researchers ability to observe spatial relationships. To overcome this limitation, we have previously developed rendering tools to support exploratory 3D visualizations, specifically for neuroscience data. In this project, I am expanding the renderer to allow users to display and explore additional non-spatial dimensions of their data. These new tools will allow users to explore additional dimensions of their dataset such as time, stimulus properties, or the spatial position of an animal. For example, to explore time, I have developed an interactive slider bar that dynamically updates the 3D display and a corresponding linked 2D plot, providing a clear depiction of neural activity with relation to specific events. Scrolling along the 2D plot enables users to pinpoint their position in time relative to stimulus onset, with the 3D display concurrently adjusting to reflect the data from that specific snapshot in time. These functions are packaged into the API of the renderer, streamlining the process for users to transform raw data into intuitive and interactive visualizations. Reducing the complexity of the code expands the accessibility of these new features, making them more approachable for new users who may be less familiar with coding. By supporting additional dimensions, users will be able to develop visualizations that are tailored to their individual research projects. My objective is to create research tools that are versatile, applicable to a range of projects, and accessible to individuals with diverse levels of experience, including students and researchers of varying programming backgrounds.