We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion for the new website structure:
Good place to include HoloViews features (e.g. linked selections, dual axis, .opts) not yet exposed directly in hvPlot.
Plot types
hvplot.extension('matplotlib')
Additional:
Layout:
Content of:
plot/hvplot API:
Plot options
Categories of plot options:
HoloViewsConverter
_axis_options
_geo_options
The text was updated successfully, but these errors were encountered:
Spreadsheet to collect ideas for the Tutorials, Gallery examples and How-To guides: https://docs.google.com/spreadsheets/d/1zKaUvIi-za0Q-Unc9mPZvONnSdKericK5iXoxXlJFV0/edit?gid=1527662900#gid=1527662900
Sorry, something went wrong.
No branches or pull requests
Suggestion for the new website structure:
Landing page
Tutorials
How-To
Good place to include HoloViews features (e.g. linked selections, dual axis, .opts) not yet exposed directly in hvPlot.
Gallery
The majority of the subsections are plot categories (e.g. Scatter plots, Bar plots, Maps) but not limited (e.g. Interactivity, Streaming, Panel app)
The first section is
Plot types
with one card per plot type (area, bar, scatter_matrix, etc.), like https://matplotlib.org/stable/plot_types/index.htmlhvplot.extension('matplotlib')
, maybe more)Additional:
Reference
Layout:
Content of:
plot/hvplot API:
Plot options
Categories of plot options:
HoloViewsConverter
class (e.g._axis_options
,_geo_options
).Example of subcategories for the generic options (from ChatGPT)
autorange
flip_xaxis / flip_yaxis
logx / logy
logz
loglog
invert
padding
shared_axes
sort_date
symmetric
check_symmetric_max
clim
cnorm
colorbar
logz
rescale_discrete_levels
robust
xlabel / ylabel / clabel
title
attr_labels
fontscale
fontsize
legend
rot
xformatter / yformatter
bgcolor
grid
frame_width / frame_height
max_width / max_height
min_width / min_height
responsive
width / height
hover
hover_cols
hover_formatters
hover_tooltips
tools
subcoordinate_y
transforms
xaxis / yaxis
xlim / ylim
xticks / yticks / cticks
Additional:
Explanation
The text was updated successfully, but these errors were encountered: