Skip to content

Commit e20b969

Browse files
committed
add small comment about matplotlib warnings
1 parent 482c915 commit e20b969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lithology/lithology_and_litholayers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"\n",
2424
"To start, we will import the necessary modules. A note: this tutorial uses the [HoloViews package](http://holoviews.org) for visualization. This package is a great tool for dealing with multidimentional annotated data (e.g. an xarray dataset). If you get an error on import, consider updating dask (this is what the author needed to do in April 2018). You will also need to have the [Bokeh](https://bokeh.pydata.org/en/latest/) and [Matplotlib](https://matplotlib.org) packages installed.\n",
2525
"\n",
26-
"In testing we've seen some users have an error raised related to the matplotlib backend. "
26+
"In testing we've seen some users have a warning raised related to the matplotlib backend. In our testing it was OK to ignore these errors. "
2727
]
2828
},
2929
{

0 commit comments

Comments
 (0)