Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorials-and-use-cases
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
data-infrastructure-services
tutorials-and-use-cases
Merge requests
!56
Resolve "Plotting CMIP6 data on unstructured grids with psyplot"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Plotting CMIP6 data on unstructured grids with psyplot"
15-plotting-cmip6-data-on-unstructured-grids-with-psyplot
into
master
Overview
0
Commits
64
Pipelines
50
Changes
1
Merged
Fabian Wachsmann
requested to merge
15-plotting-cmip6-data-on-unstructured-grids-with-psyplot
into
master
3 years ago
Overview
0
Commits
64
Pipelines
50
Changes
1
Expand
Closes
#15 (closed)
Edited
3 years ago
by
Fabian Wachsmann
0
0
Merge request reports
Viewing commit
16010a97
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
16010a97
No plugin
· 16010a97
Fabian Wachsmann
authored
3 years ago
notebooks/demo/use-case_plot-unstructured_psyplot_cmip6.ipynb
+
1
−
1
Options
```
python
```
python
import
psy_maps.plugin
#
import psy_maps.plugin
import
psyplot.project
as
psy
import
psyplot.project
as
psy
import
matplotlib
as
mpl
import
matplotlib
as
mpl
import
xarray
as
xr
import
xarray
as
xr
Loading