Commit 5f2d163
committed
add_plot_option() takes multiple values in a list
This is a bit uglier, but it has exactly the same semantics as the plot options
that can take multiple values. I can now
gp.add_plot_option(opts0, 'set', opts1['set'])
Previously I would need to do either that or
gp.add_plot_option(opts0, 'set', *opts1['set'])
depending on what was actually in opts1['set'].
THIS IS AN API BREAK. But this feature is less than one week old, so I think
it's ok. Nobody is using it1 parent 1cd5cae commit 5f2d163
1 file changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1200 | 1200 | | |
1201 | 1201 | | |
1202 | 1202 | | |
1203 | | - | |
1204 | | - | |
1205 | | - | |
1206 | | - | |
1207 | | - | |
1208 | | - | |
| 1203 | + | |
1209 | 1204 | | |
1210 | 1205 | | |
1211 | 1206 | | |
| |||
2750 | 2745 | | |
2751 | 2746 | | |
2752 | 2747 | | |
2753 | | - | |
| 2748 | + | |
2754 | 2749 | | |
2755 | 2750 | | |
2756 | 2751 | | |
| |||
2784 | 2779 | | |
2785 | 2780 | | |
2786 | 2781 | | |
2787 | | - | |
| 2782 | + | |
| 2783 | + | |
2788 | 2784 | | |
2789 | 2785 | | |
2790 | 2786 | | |
| 2787 | + | |
| 2788 | + | |
| 2789 | + | |
| 2790 | + | |
| 2791 | + | |
2791 | 2792 | | |
2792 | 2793 | | |
2793 | 2794 | | |
2794 | | - | |
2795 | | - | |
2796 | 2795 | | |
2797 | 2796 | | |
2798 | 2797 | | |
| |||
0 commit comments