Skip to content

Commit ac77b24

Browse files
cranmerlukevolpattimdeffmax-sixty
authored
update geoviews URL in docs (#4551)
* Fix typo (#4181) * fix typo in io.rst (#4250) * Fix release notes typo * update geoviews URL update URL to https://geoviews.org Co-authored-by: Luke Volpatti <[email protected]> Co-authored-by: Michaël Defferrard <[email protected]> Co-authored-by: Maximilian Roos <[email protected]>
1 parent 53a28d9 commit ac77b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/plotting.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For more extensive plotting applications consider the following projects:
3737
Integrates well with pandas.
3838

3939
- `HoloViews <http://holoviews.org/>`_
40-
and `GeoViews <http://geo.holoviews.org/>`_: "Composable, declarative
40+
and `GeoViews <https://geoviews.org/>`_: "Composable, declarative
4141
data structures for building even complex visualizations easily." Includes
4242
native support for xarray objects.
4343

@@ -955,4 +955,4 @@ One can also make line plots with multidimensional coordinates. In this case, ``
955955
f, ax = plt.subplots(2, 1)
956956
da.plot.line(x="lon", hue="y", ax=ax[0])
957957
@savefig plotting_example_2d_hue_xy.png
958-
da.plot.line(x="lon", hue="x", ax=ax[1])
958+
da.plot.line(x="lon", hue="x", ax=ax[1])

0 commit comments

Comments
 (0)