holoviz / holoviews

With Holoviews, your data visualizes itself.
https://holoviews.org
BSD 3-Clause "New" or "Revised" License
2.66k stars 396 forks source link

HoloViews Cheat Sheet #2395

Open philippjfr opened 6 years ago

philippjfr commented 6 years ago

The idea of a HoloViews cheat sheet has cropped up on a number of occasions but we haven't raised it as an official issues. I think it's a great idea, which could be leveraged in two forms 1) the actual condensed cheat sheet 2) a more plotting centric user guide. To start with I'd like brainstorm sections and specific items such a cheat sheet might include, that might look something like this:

Operating on the data

Plotting

ea42gh commented 6 years ago

Re Plotting, for now in no particular order (mostly copied from headers in github.com/ea42gh/HoloviewsPlayground/CurvesAndPaths.ipynb)

I'll come back and add as I get time... Any ideas on how to organize this so it's useful? Is there an easy way to share some notebooks?

ea42gh commented 6 years ago

How to package a plotting function

I currently ended up with something like #2527 which leads to the following

ea42gh commented 6 years ago
vv111y commented 2 years ago

This issue came up as the first search result. So ... any cheetsheats?

jbednar commented 2 years ago

Not that I've seen, but I'd sure be happy to see one! I'd rather see one first for hvPlot, then for HoloViews...

ahuang11 commented 1 year ago

Here's a draft: image

The source is from here (albeit messy and full of copy/paste): https://github.com/ahuang11/holoviews-cheat-sheet

I think there could be more advanced ones. This one is pretty beginner level.

jlstevens commented 1 year ago

@ahuang11 This is great!

This should be linked to from our docs, or maybe allow a direct download/view of it (with attribution of course!). @droumis Any thoughts of where something like this would fit in our planned documentation structure?

droumis commented 1 year ago

this is an great, @ahuang11!

I think it could go in (or be linked to from) the Getting Started section, as IMO its main purpose is to get people started working asap. Its secondary purpose is as a superficial Reference. An awesome next step might be to add links to associated docs pages as a sort of drill down.

ahuang11 commented 6 months ago

I just realized this didn't go anywhere, but should this be linked somewhere?

ahuang11 commented 6 months ago

Decided to share my cheat sheet here https://www.reddit.com/r/Python/comments/18mzyof/holoviews_cheat_sheet_for_bokeh_backend/

Will try to get a PR to link it in HoloViews getting started page soon.