|
199 | 199 | "outputs": [], |
200 | 200 | "source": [ |
201 | 201 | "fig = pl.figure(figsize=(10,8))\n", |
202 | | - "ax, pm = wrl.vis.plot_ppi(ma, fig=fig, cg=True)\n", |
| 202 | + "ax, pm = wrl.vis.plot_ppi(ma, fig=fig, proj='cg')\n", |
203 | 203 | "t = pl.title('Simple CG PPI')\n", |
204 | 204 | "t.set_y(1.05)" |
205 | 205 | ] |
|
228 | 228 | "outputs": [], |
229 | 229 | "source": [ |
230 | 230 | "fig = pl.figure(figsize=(10,8))\n", |
231 | | - "cgax, pm = wrl.vis.plot_ppi(ma, r=r, az=az, fig=fig, cg=True)\n", |
| 231 | + "cgax, pm = wrl.vis.plot_ppi(ma, r=r, az=az, fig=fig, proj='cg')\n", |
232 | 232 | "\n", |
233 | 233 | "caax = cgax.parasites[0]\n", |
234 | 234 | "t = pl.title('Decorated CG PPI')\n", |
|
257 | 257 | "cg={'radial_spacing': 14.,\n", |
258 | 258 | " 'latmin': 10e3}\n", |
259 | 259 | "fig = pl.figure(figsize=(10,8))\n", |
260 | | - "cgax, pm = wrl.vis.plot_ppi(ma, r=r, az=az, fig=fig, proj=cg)\n", |
| 260 | + "cgax, pm = wrl.vis.plot_ppi(ma, r=r, az=az, fig=fig, proj='cg')\n", |
261 | 261 | "caax = cgax.parasites[0]\n", |
262 | 262 | "t = pl.title('Decorated CG PPI')\n", |
263 | 263 | "t.set_y(1.05)\n", |
|
560 | 560 | "outputs": [], |
561 | 561 | "source": [ |
562 | 562 | "fig = pl.figure(figsize=(10,8))\n", |
563 | | - "cgax, pm = wrl.vis.plot_rhi(ma1, r=r, th=th, rf=1e3, fig=fig, ax=111, cg=True)\n", |
| 563 | + "cgax, pm = wrl.vis.plot_rhi(ma1, r=r, th=th, rf=1e3, fig=fig, ax=111, proj='cg')\n", |
564 | 564 | "\n", |
565 | 565 | "caax = cgax.parasites[0]\n", |
566 | 566 | "t = pl.title('Decorated CG RHI')\n", |
|
643 | 643 | "fig = pl.figure(figsize=(10,8))\n", |
644 | 644 | "fig.subplots_adjust(wspace=0.2, hspace=0.35)\n", |
645 | 645 | "for sp in subplots:\n", |
646 | | - " cgax, pm = wrl.vis.plot_rhi(ma1, r, th, rf=1e3, ax=sp, cg=True)\n", |
| 646 | + " cgax, pm = wrl.vis.plot_rhi(ma1, r, th, rf=1e3, ax=sp, proj='cg')\n", |
647 | 647 | " caax.parasites=[0]\n", |
648 | 648 | " t = pl.title('CG RHI #%(sp)d' %locals())\n", |
649 | 649 | " t.set_y(1.1)\n", |
|
687 | 687 | "labelpad = [1.25, 1.25, 1.1, 1.25, 1.25]\n", |
688 | 688 | "fig = pl.figure(figsize=(10,8))\n", |
689 | 689 | "for i, sp in enumerate(subplots):\n", |
690 | | - " cgax, pm = wrl.vis.plot_rhi(ma1, r, th, rf=1e3, ax=sp, cg=True)\n", |
| 690 | + " cgax, pm = wrl.vis.plot_rhi(ma1, r, th, rf=1e3, ax=sp, proj='cg')\n", |
691 | 691 | " caax = cgax.parasites[0]\n", |
692 | 692 | " t = pl.title('CG RHI #%(i)d' %locals())\n", |
693 | 693 | " t.set_y(labelpad[i])\n", |
|
857 | 857 | "name": "python", |
858 | 858 | "nbconvert_exporter": "python", |
859 | 859 | "pygments_lexer": "ipython3", |
860 | | - "version": "3.7.1" |
| 860 | + "version": "3.7.3" |
861 | 861 | }, |
862 | 862 | "toc": { |
863 | 863 | "colors": { |
|
0 commit comments