You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ of its array manipulation and can:
111
111
* regrid structured grid, mesh and DSG field constructs with
112
112
(multi-)linear, nearest neighbour, first- and second-order
113
113
conservative and higher order patch recovery methods, including 3-d
114
-
regridding,
114
+
regridding, and large-grid support,
115
115
* apply convolution filters to field constructs,
116
116
* create running means from field constructs,
117
117
* apply differential operators to field constructs,
@@ -125,12 +125,8 @@ Visualization
125
125
Powerful and flexible visualizations of `cf` field constructs,
126
126
designed to be produced and configured in as few lines of code as
127
127
possible, are available with the [cf-plot
128
-
package](https://ncas-cms.github.io/cf-plot/build/index.html), which
129
-
needs to be installed separately to the `cf` package.
130
-
131
-
See the [cf-plot
132
-
gallery](https://ncas-cms.github.io/cf-plot/build/gallery.html) for a
133
-
range of plotting possibilities with example code.
128
+
package](https://ncas-cms.github.io/cf-plot), which needs to be
129
+
installed separately to the `cf` package.
134
130
135
131

0 commit comments