SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

From: <mme...@us...> - 2008年03月21日 17:19:43
Revision: 5013
 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5013&view=rev
Author: mmetz_bn
Date: 2008年03月21日 10:19:37 -0700 (2008年3月21日)
Log Message:
-----------
Bugfix in ContourSet._process_linestyles
Modified Paths:
--------------
 branches/v0_91_maint/lib/matplotlib/contour.py
Modified: branches/v0_91_maint/lib/matplotlib/contour.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/contour.py	2008年03月21日 13:26:27 UTC (rev 5012)
+++ branches/v0_91_maint/lib/matplotlib/contour.py	2008年03月21日 17:19:37 UTC (rev 5013)
@@ -708,7 +708,7 @@
 else:
 if cbook.is_string_like(linestyles):
 tlinestyles = [linestyles] * Nlev
- elif cbook.iterable(linestyles) and len(linestyles) < Nlev:
+ elif cbook.iterable(linestyles) and len(linestyles) <= Nlev:
 tlinestyles = list(linestyles) * int(npy.ceil(Nlev/len(linestyles)))
 return tlinestyles
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /