Created by: norweeg
What is this Python project?
Holoviews is a high-level plotting library that simplifies the process of plotting data, abstracting away the minutiae of drawing axes and glyphs allowing you to focus on what the graph is trying to convey. Holoviews supports bokeh, matplotlib, and plotly as backends for rendering the plot.
What's the difference between this Python project and similar ones?
- abstracts the process of creating plots
- focuses on the structure and content of the data, not the structure and contents of a plot (e.g. a collection of axes, glyphs, etc.)
- a holoviews plot can be transformed, sliced, and cross-sectioned to create other plots without having to redraw anything.
--
Anyone who agrees with this pull request could submit an Approve review to it.