Stack Overflow for Teams is a private, secure spot for you and your coworkers to find and share information. Rcsetup151.exe is part of Recuva and developed by Piriform Ltd according to the rcsetup151.exe version information. Rcsetup151.exe's description is ' Recuva Installer ' rcsetup151.exe is digitally signed by Piriform Ltd. Rcsetup151.exe is usually located in the 'H: move ' folder.
The rcsetup module contains the default values and the validation code forcustomization using matplotlib's rc settings.
Each rc setting is assigned a default value and a function used to validateany attempted changes to that setting. The default values and validationfunctions are defined in the rcsetup module, and are used to construct thercParams global object which stores the settings and is referenced throughoutmatplotlib.
Should it not be possible to install Tornado, please change the backend used by matplotlib to one in 'matplotlib.rcsetup.allbackends' using. Import matplotlib as mpl mpl.use(preferredbackend) 0 Kudos Share. For more complete information about compiler optimizations, see our Optimization Notice.
These default values should be consistent with the default matplotlibrc filethat actually reflects the values given here. Any additions or deletions to theparameter set listed here should also be visited to thematplotlibrc.template
in matplotlib's root source directory.
matplotlib.rcsetup.
ValidateInStrings
(key, valid, ignorecase=False)[source]¶Bases: object
valid is a list of legal strings
matplotlib.rcsetup.
ValidateInterval
(vmin, vmax, closedmin=True, closedmax=True)[source]¶Bases: object
Value must be in interval
matplotlib.rcsetup.
cycler
(*args, **kwargs)[source]¶Creates a Cycler
object much like cycler.cycler()
,but includes input validation.
Call signatures:
Form 1 copies a given Cycler
object.
Form 2 creates a Cycler
which cycles over one or moreproperties simultaneously. If multiple properties are given, theirvalue lists must have the same length.
Form 3 creates a Cycler
for a single property. This formexists for compatibility with the original cycler. Its use isdiscouraged in favor of the kwarg form, i.e. cycler(label=values)
.
Parameters: |
|
---|---|
Returns: |
|
Examples
Creating a cycler for a single property:
Creating a cycler for simultaneously cycling over multiple properties(e.g. red circle, green plus, blue cross):
matplotlib.rcsetup.
update_savefig_format
(value)[source]¶
matplotlib.rcsetup.
validate_animation_writer_path
(p)[source]¶
matplotlib.rcsetup.
validate_any
(s)[source]¶
matplotlib.rcsetup.
validate_anylist
(s)¶
matplotlib.rcsetup.
validate_aspect
(s)[source]¶
matplotlib.rcsetup.
validate_axisbelow
(s)[source]¶
matplotlib.rcsetup.
validate_backend
(s)[source]¶
matplotlib.rcsetup.
validate_bbox
(s)[source]¶
matplotlib.rcsetup.
validate_bool
(b)[source]¶Convert b to a boolean or raise
matplotlib.rcsetup.
validate_bool_maybe_none
(b)[source]¶Convert b to a boolean or raise.
matplotlib.rcsetup.
validate_capstylelist
(s)¶
matplotlib.rcsetup.
validate_color
(s)[source]¶Return a valid color arg.
matplotlib.rcsetup.
validate_color_for_prop_cycle
(s)[source]¶
matplotlib.rcsetup.
validate_color_or_auto
(s)[source]¶
matplotlib.rcsetup.
validate_color_or_inherit
(s)[source]¶Return a valid color arg.
matplotlib.rcsetup.
validate_colorlist
(s)¶return a list of colorspecs
matplotlib.rcsetup.
validate_cycler
(s)[source]¶Return a Cycler object from a string repr or the object itself.
matplotlib.rcsetup.
validate_dashlist
(s)¶
matplotlib.rcsetup.
validate_dpi
(s)[source]¶Confirm s is string 'figure' or convert s to float or raise.
matplotlib.rcsetup.
validate_fillstylelist
(s)¶
matplotlib.rcsetup.
validate_float
(s)[source]¶Convert s to float or raise.
matplotlib.rcsetup.
validate_float_or_None
(s)[source]¶Convert s to float, None or raise.
matplotlib.rcsetup.
validate_floatlist
(s)¶Convert s to float or raise.
matplotlib.rcsetup.
validate_font_properties
(s)[source]¶
matplotlib.rcsetup.
validate_fontsize
(s)[source]¶
matplotlib.rcsetup.
validate_fontsize_None
(s)[source]¶
matplotlib.rcsetup.
validate_fontsizelist
(s)¶
matplotlib.rcsetup.
validate_fonttype
(s)[source]¶Confirm that this is a Postscript or PDF font type that we know how toconvert to.
matplotlib.rcsetup.
validate_fontweight
(s)[source]¶
matplotlib.rcsetup.
validate_hatch
(s)[source]¶Validate a hatch pattern.A hatch pattern string can have any sequence of the followingcharacters: /|-+*.xoO
.
matplotlib.rcsetup.
validate_hatchlist
(s)¶Validate a hatch pattern.A hatch pattern string can have any sequence of the followingcharacters: /|-+*.xoO
.
matplotlib.rcsetup.
validate_hinting
(s)[source]¶
matplotlib.rcsetup.
validate_hist_bins
(s)[source]¶
matplotlib.rcsetup.
validate_int
(s)[source]¶Convert s to int or raise.
matplotlib.rcsetup.
validate_int_or_None
(s)[source]¶Return None if s is None or return int(s)
, otherwise raise.
matplotlib.rcsetup.
validate_joinstylelist
(s)¶
matplotlib.rcsetup.
validate_markevery
(s)[source]¶Validate the markevery property of a Line2D object.
Parameters: |
|
---|---|
Returns: |
|
matplotlib.rcsetup.
validate_markeverylist
(s)¶Validate the markevery property of a Line2D object.
Parameters: |
|
---|---|
Returns: |
|
matplotlib.rcsetup.
validate_mathtext_default
(s)[source]¶
matplotlib.rcsetup.
validate_nseq_float
(n=None, allow_none=False)[source]¶Bases: object
matplotlib.rcsetup.
validate_nseq_int
(n=None)[source]¶Bases: object
matplotlib.rcsetup.
validate_path_exists
(s)[source]¶If s is a path, return s, else False
matplotlib.rcsetup.
validate_ps_distiller
(s)[source]¶
matplotlib.rcsetup.
validate_qt4
(s)[source]¶[Deprecated]
Notes
Deprecated since version 3.1:
matplotlib.rcsetup.
validate_qt5
(s)[source]¶[Deprecated]
Notes
Ovalwerks Rc Carpet Setup
matplotlib.rcsetup.
validate_sketch
(s)[source]¶
matplotlib.rcsetup.
validate_string
(s)[source]¶
matplotlib.rcsetup.
validate_string_or_None
(s)[source]¶Convert s to string or raise.
matplotlib.rcsetup.
validate_stringlist
(s)¶return a list
matplotlib.rcsetup.
validate_svg_fonttype
(s)[source]¶
matplotlib.rcsetup.
validate_toolbar
(s)[source]¶
matplotlib.rcsetup.
validate_verbose
(s)[source]¶[Deprecated]
Notes
Deprecated since version 3.1:
matplotlib.rcsetup.
validate_webagg_address
(s)[source]¶
matplotlib.rcsetup.
validate_whiskers
(s)[source]¶
Rcsetup153.exe
USB Conference Cameras Downloads
User Manual
- VB342+ User Manual (PDF, 1.6MB)
- VB342 User Manual (PDF, 1MB)
- VC520+ User Manual (1MB)
- VC520 User Manual (1MB)
- VC520 PRO User Manual (4.6MB)
- CAM520 User Manual (1MB)
- CAM520 PRO User Manual (PDF, 5.6MB)
- CAM540 User Manual (PDF, 1MB)
- CAM530 User Manual (1MB)
- VC320 User Manual (2MB)
Quick Start Guides
- VB342+ Quick Start Guide (289KB)
- VC520 PRO Quick Start Guide (1.1MB)
- VC520 Quick Start Guide (4MB)
- CAM340+ Quick Start Guide (371KB)
- CAM340 Quick Start Guide (245KB)
- CAM520 PRO Quick Start Guide (722KB)
- CAM520 (version 3) Quick Start Guide (900KB)
- CAM540 Quick Start Guide (629KB)
Datasheet
Product Brochure
AVer PTZapp for PC
- Version 1.4.1116.123.zip ( Windows 7 / 8 / 8.1 / 10, 87MB) Updated November/26/2020
- Release Note: PTZApp 1.4.1116.123 Release Note
AVer PTZapp for Mac
- Version 1.4.1090.97 ( Mac OS 10.9 / 10.10 / 10.11, 22MB) Updated November/26/2020
- Release Note: PTZapp 1.4.1090.97 Release Note
AVer IP Finder App
- AVer IP Finder App ( Windows 7 / 8 / 8.1 / 10, 1.8MB) Updated November/26/2020
EZ Manager
AVer Intel Unite plugin
Intel Unite® Plugin for AVer camera and speakerphone offerings. The Intel Unite® solution creates easy meeting connections to wirelessly share content and collaborate, whether you are in the meeting room or remote. No dongles, cables or adapters are needed. The plugin enables you to seamlessly control the AVer camera It works with all AVer USBCam series, such as CAM520, VC520+, FONE520, CAM530, CAM540, CAM340, VB342 and speakerphones from the Intel Unite® solution. This provides a simplified way to create and manage meetings, eliminating complexity for improved collaboration and productivity.
- Aver Intel Unite 4 Plugin version 2 ( Windows, 427KB)
Videos
VC520+ Promo Video
VC520+ Guided Tour Video
VC520 PRO Promo Video
CAM340+ Promo Video
CAM520 Promo Video
CAM540 Promo Video
EVC and SVC firmware updates and documents, please visit this page.
EVC and SVC software, please visit this page.
EVC and SVC compatibility list, please visit this page.
EVC and SVC FAQ, please visit this page.
EVC and SVC guides and updates, please visit this page.
Contact us
- Toll-free: 1(877)528-7824
- Local: 1(408)263-3828
- Fax: 1(408)263-8132
- Fax(RMA): 1(408)263-3822
- support.usa@aver.com